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 aeaff18e871b13b3781267413eaea0cd3cdff108
parent ea83b7f6e64a0429914dcb5e7986d65ed6ff4714
Author: Martin Mitas <mity@morous.org>
Date:   Wed,  4 Jan 2017 16:41:46 +0100

Bump version to 0.2.2

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 0 +#define MD_VERSION_RELEASE 2 /* Magic to support UTF-16. */