Age | Commit message (Expand) | Author |
2015-02-14 | Added CMARK_OPT_SMARTPUNCT and --smart option. | John MacFarlane |
2015-01-23 | Improve version information | Nick Wellnhofer |
2015-01-07 | cmark: Add function & option to normalize text nodes. | John MacFarlane |
2015-01-05 | Reformatted code consistently with astyle. | John MacFarlane |
2014-12-31 | Write to stdout in binary mode on Windows | Nick Wellnhofer |
2014-12-29 | Added options parameter to renderers. | John MacFarlane |
2014-12-28 | Removed old 'ast' format, now that we have 'xml'. | John MacFarlane |
2014-12-28 | Added xml writer, to dump the AST in XML. | John MacFarlane |
2014-12-13 | Added cmark_render_man (man page writer). | John MacFarlane |
2014-12-02 | Fix EOF detection | Nick Wellnhofer |
2014-11-30 | Renamed cmark_parser_push -> cmark_parser_feed. | John MacFarlane |
2014-11-29 | Push parser interface | Nick Wellnhofer |
2014-11-28 | Removed cmark_free_nodes from public API. | John MacFarlane |
2014-11-28 | Renamed identifiers in public API: | John MacFarlane |
2014-11-25 | Replaced cmark_debug_print with cmark_render_ast. | John MacFarlane |
2014-11-22 | Make parser accept a char* | Nick Wellnhofer |
2014-11-22 | Make render_html return a char* | Nick Wellnhofer |
2014-11-17 | Switch cmark_node_inl over to cmark_node | Nick Wellnhofer |
2014-11-17 | Switch cmark_node_block over to cmark_node | Nick Wellnhofer |
2014-11-16 | Free the string returned by html renderer in main program. | John MacFarlane |
2014-11-16 | Moved MAX_LINK_LABEL_LENGTH out of public header. | John MacFarlane |
2014-11-16 | Probe for stdbool.h | Nick Wellnhofer |
2014-11-16 | Don't use variable-length arrays | Nick Wellnhofer |
2014-11-16 | We don't need to include stdbool in the public header. | John MacFarlane |
2014-11-16 | cmark_render_html now just returns a regular C string. | John MacFarlane |
2014-11-15 | Expose lower-level parsing API. | John MacFarlane |
2014-11-14 | Added some includes of buffer.h | John MacFarlane |
2014-11-13 | Moved the timing macros to get finer-grained information. | John MacFarlane |
2014-11-13 | Added bench.h and inserted timing macros in main. | John MacFarlane |
2014-11-13 | Rename cmark_free_nodes -> cmark_free_blocks. | John MacFarlane |
2014-11-11 | Don't include debug.h in any production code. | John MacFarlane |
2014-10-24 | Renamed c program and library stmd -> cmark. | John MacFarlane |
2014-10-18 | Reindented c sources. | John MacFarlane |
2014-09-15 | Cleanup external APIs | Vicent Marti |
2014-09-09 | Rename node_block | Vicent Marti |
2014-09-09 | Rename to strbuf | Vicent Marti |
2014-09-09 | ffffix | Vicent Marti |
2014-09-09 | lol | Vicent Marti |
2014-09-06 | replace Standard Markdown with CommonMark | Pablo RodrÃguez |
2014-08-13 | main.c: Fixed reading of files specified on command line. | John MacFarlane |
2014-08-13 | Initial commit | John MacFarlane |