Merge pull request #235 from colinodell/patch-1

Add CommonMark PHP
This commit is contained in:
Jamie York 2014-12-01 18:24:25 -07:00
commit 2142815e5e
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ Libraries to help manage database schemas and migrations.
* [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.