php-markdown
Markdown parser
Converts plain text to HTML using Markdown syntax and PHP implementation
Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.
3k stars
136 watching
530 forks
Language: PHP
last commit: 6 months ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
erusev/parsedown | A PHP library that provides a simple and fast way to parse Markdown text into HTML | 14,794 |
dflydev/dflydev-markdown | A stripped-down version of Michel Fortin's PHP Markdown library, updated to be PSR-0 friendly and Composer compatible. | 170 |
cebe/markdown | A fast and extensible Markdown parser for PHP | 999 |
trentm/python-markdown2 | A Python implementation of Markdown syntax conversion to HTML | 2,670 |
michelf/php-smartypants | A PHP library that translates plain ASCII characters into typographically correct punctuation HTML entities. | 106 |
thephpleague/commonmark | A PHP library that parses Markdown text into HTML | 2,747 |
cebe/markdown-latex | A PHP library that converts Markdown text to LaTeX source code | 48 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,696 |
fletcher/multimarkdown | Tool for converting plain text to HTML using a custom syntax | 1,064 |
thephpleague/html-to-markdown | Converts HTML to Markdown with PHP | 1,771 |
johanneskaufmann/html-to-markdown | Converts HTML to Markdown | 2,210 |
remarkjs/remark | Tools for processing and transforming markdown text into various formats. | 7,703 |
adam-p/markdown-here | An extension that allows users to write and render Markdown in email before sending it | 59,646 |
python-markdown/markdown | Converts plain text to HTML using Markdown syntax | 3,800 |
sublimetext-markdown/markdownediting | A Markdown editor plugin for Sublime Text with advanced features and syntax understanding. | 3,190 |