md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
git clone https://noulin.net/git/md4c.git
Log | Files | Refs | README | LICENSE

commit 70925cacf7d42600158384e4c182e1faebc19a29
parent 25228d5d5c335b38af14d36bcaffb92a684feb25
Author: Martin Mitas <mity@morous.org>
Date:   Wed,  2 Aug 2017 00:40:27 +0200

README.md: Upgrade CommonMark version to 0.28.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -27,7 +27,7 @@ MD4C is C Markdown parser with the following features: * **Compliance:** Generally MD4C aims to be compliant to the latest version of [CommonMark specification](http://spec.commonmark.org/). Right now we are - fully compliant to CommonMark 0.27. + fully compliant to CommonMark 0.28. * **Extensions:** MD4C supports some commonly requested and accepted extensions. See below.