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 1d8a4e72941482a3e2c1afe92c82533868f6546b
parent b712bc560effbef7d6e550510401cebc6b9da8c6
Author: Martin Mitas <mity@morous.org>
Date:   Thu, 24 Nov 2016 16:09:44 +0100

README.md: Minor update.

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -22,6 +22,8 @@ The following resources can explain more if you are unfamiliar with it: ## What is MD4C +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 quite close to CommonMark 0.27.