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 3571c2f0f0e79502e3e2309e23f2472706ae9ade
parent 70925cacf7d42600158384e4c182e1faebc19a29
Author: Martin Mitas <mity@morous.org>
Date:   Wed,  2 Aug 2017 00:41:14 +0200

Bump version to 0.2.3.

Diffstat:
Mmd4c/md4c.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/md4c/md4c.h b/md4c/md4c.h @@ -33,7 +33,7 @@ #define MD_VERSION_MAJOR 0 #define MD_VERSION_MINOR 2 -#define MD_VERSION_RELEASE 2 +#define MD_VERSION_RELEASE 3 /* Magic to support UTF-16. */