From 1170ff68ad59a88d3409a1b981f131fd9c615221 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 11 Sep 2014 11:12:23 -0400 Subject: [PATCH] Add CommonMark PHP This is currently the only parser (AFAIK) with full support for the CommonMark spec. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30cab83..0362676 100644 --- a/README.md +++ b/README.md @@ -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.