summaryrefslogtreecommitdiff
path: root/src/cmark.c
AgeCommit message (Expand)Author
2015-06-25Changed version variables to functions.Andrius Bentkus
2015-06-07Switch cmark_markdown_to_html over to size_tNick Wellnhofer
2015-03-15Added options parameter to cmark_markdown_to_html.John MacFarlane
2015-02-15Added options parameter to cmark_parse_document, cmark_parse_file.John MacFarlane
2015-01-23Improve version informationNick Wellnhofer
2014-12-29Added options parameter to renderers.John MacFarlane
2014-12-04Moved source files from src/html into src.John MacFarlane
2014-11-28Removed cmark_free_nodes from public API.John MacFarlane
2014-11-28Use prefixed names for symbols from references.hNick Wellnhofer
2014-11-22Make parser accept a char*Nick Wellnhofer
2014-11-22Make render_html return a char*Nick Wellnhofer
2014-11-17Move cmark_free_nodes to node.cNick Wellnhofer
2014-11-17Rename ast.h to parser.hNick Wellnhofer
2014-11-17Move inline-related stuff to inlines.cNick Wellnhofer
2014-11-17Remove old node_block and node_inlNick Wellnhofer
2014-11-17Switch cmark_node_inl over to cmark_nodeNick Wellnhofer
2014-11-17Switch cmark_node_block over to cmark_nodeNick Wellnhofer
2014-11-16Moved refmap from the top-level block node to the doc_parser.John MacFarlane
2014-11-16Added some basic functions for traversing/editing blocks in AST.John MacFarlane
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