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 f6456e356378443cfab46e5455fe6d9b49d644da
parent 2b740798ca631b2bcb139b7226e9a287e4034fa5
Author: Martin Mitas <mity@morous.org>
Date:   Tue, 11 Oct 2016 00:38:41 +0200

Minor clean up of README.md.

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

diff --git a/README.md b/README.md @@ -61,9 +61,9 @@ Example implementation of simple renderer is available in the `md2html` directory which implements a conversion utility from Markdown to HTML. -## Current status ## +## Current Status -### CommonMark Specification ### +### CommonMark Specification The goal is be compliant to the latest version of [CommonMark specification](http://spec.commonmark.org/). @@ -110,7 +110,7 @@ more or less forms our to do list. - [x] 6.11 Textual content -### Considered Extensions ### +### Considered Extensions Aside of CommonMark features, various Markdown implementations out there support various extensions and/or some deviations from the CommonMark specification