summaryrefslogtreecommitdiff
path: root/src/cmark.c
AgeCommit message (Expand)Author
2014-11-16Move inline function definitions to header filesNick Wellnhofer
2014-11-16Probe for stdbool.hNick Wellnhofer
2014-11-16Use named enum typesNick Wellnhofer
2014-11-16Cast void pointers explicitlyNick Wellnhofer
2014-11-16cmark_render_html now just returns a regular C string.John MacFarlane
2014-11-16Moved AST details from public header cmark.h to private ast.h.John MacFarlane
2014-11-15Don't expose append_inlines.John MacFarlane
2014-11-14inline make_autolink.John MacFarlane
2014-11-13Added cmark_append_blocks, exposed more functions.John MacFarlane
2014-11-13Removed ast modules, moved these defs back to cmark.h.John MacFarlane
2014-11-13Rename cmark_free_nodes -> cmark_free_blocks.John MacFarlane
2014-11-11Improved cmark_markdown_to_html.John MacFarlane
2014-11-11Added cmark_markdown_to_html with a simple interface.John MacFarlane