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 60abbb27336ad81f9e96f3b285d9f4e2a8e7bc98
parent 931388c5abf6480527f020ca7604cb08a49f8a8c
Author: Martin Mitas <mity@morous.org>
Date:   Thu,  6 Oct 2016 21:00:06 +0200

Improve documentation comment of MD_RENDERER.

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

diff --git a/md4c/md4c.h b/md4c/md4c.h @@ -143,7 +143,7 @@ struct MD_BLOCK_CODE_DETAIL_tag { * type-specific structure pointed by the argument 'detail'. * * The last argument of all callbacks, 'userdata', is just propagated from - * md_parse() and is available for ue by the caller. + * md_parse() and is available for any use by the application. * * Callbacks may abort further parsing of the document by returning non-zero. */