浏览代码

Merge pull request #235 from colinodell/patch-1

Add CommonMark PHP
pull/276/head
Jamie York 11 年前
父节点
当前提交
2142815e5e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

@@ -466,6 +466,7 @@ Libraries to help manage database schemas and migrations.
466 466
 
467 467
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
468 468
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
469
+* [CommonMark PHP](https://github.com/colinodell/commonmark-php) - A Markdown parser which supports the full [CommonMark spec](https://jgm.github.io/stmd/spec.html).
469 470
 * [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another Markdown parser.
470 471
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
471 472
 * [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.

正在加载...
取消
保存