Ver código fonte

Add CommonMark PHP

This is currently the only parser (AFAIK) with full support for the CommonMark spec.
pull/235/head
Colin O'Dell 11 anos atrás
pai
commit
1170ff68ad
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      README.md

+ 1
- 0
README.md Ver arquivo

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

Carregando…
Cancelar
Salvar