1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-04 23:40:47 +00:00

Add CommonMark PHP

This is currently the only parser (AFAIK) with full support for the CommonMark spec.
This commit is contained in:
Colin O'Dell 2014-09-11 11:12:23 -04:00
parent a36b5a38ec
commit 1170ff68ad

View File

@ -445,6 +445,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
* [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
* [CommonMark PHP](https://github.com/colinodell/commonmark-php) - A Markdown parser which supports the full [CommonMark spec](https://jgm.github.io/stmd/spec.html).
* [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another Markdown parser.
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
* [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.