Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dg/texy
Texy is a lightweight markup language with plain text formatting syntax engine.
https://github.com/dg/texy
markdown php texy
Last synced: 2 months ago
JSON representation
Texy is a lightweight markup language with plain text formatting syntax engine.
- Host: GitHub
- URL: https://github.com/dg/texy
- Owner: dg
- License: other
- Created: 2010-02-03T20:40:56.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T22:25:09.000Z (7 months ago)
- Last Synced: 2024-09-07T12:07:34.284Z (4 months ago)
- Topics: markdown, php, texy
- Language: HTML
- Homepage: https://texy.info
- Size: 3.36 MB
- Stars: 154
- Watchers: 20
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
Texy! [![Buy me a coffee](https://files.nette.org/images/coffee1s.png)](https://nette.org/make-donation?to=texy)
====[![Downloads this Month](https://img.shields.io/packagist/dm/texy/texy.svg)](https://packagist.org/packages/texy/texy)
[![Tests](https://github.com/dg/texy/workflows/Tests/badge.svg?branch=master)](https://github.com/dg/texy/actions)
[![Coverage Status](https://coveralls.io/repos/github/dg/texy/badge.svg?branch=master)](https://coveralls.io/github/dg/texy?branch=master)
[![Latest Stable Version](https://poser.pugx.org/dg/texy/v/stable)](https://github.com/dg/texy/releases)
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/dg/texy/blob/master/license.md)Texy is text-to-HTML formatter and converter library written in PHP. It allows
you to write structured documents (with images, links, nested lists, tables) without
knowledge or using of HTML language. You write documents in humane easy-to-read
plain text format and Texy! converts it to structurally and valid HTML code.Texy formats text in accordance with typographic rules. It replaces quotes
with typographic correct quotes, hyphens with em-dash, converts letter x to
dimension sign etc.The best way to install Texy is to use a Composer:
php composer.phar require texy/texy
Documentation and Examples
--------------------------Refer to the 'examples' directory for examples. Texy documentation is
available on the homepage https://texy.info.[Support Me](https://github.com/sponsors/dg)
--------------------------------------------Do you like Texy? Are you looking forward to the new features?
[![Buy me a coffee](https://files.nette.org/icons/donation-3.svg)](https://github.com/sponsors/dg)
Thank you!