Age | Commit message (Expand) | Author |
2017-01-03 | Revert "More sourcepos! (#169)" | John MacFarlane |
2017-01-03 | Revert "Change types for source map offsets (#174)" | John MacFarlane |
2016-12-30 | Change types for source map offsets (#174) | Nick Wellnhofer |
2016-12-20 | More sourcepos! (#169) | Mathieu Duponchelle |
2016-06-24 | Reformatted. | John MacFarlane |
2016-06-06 | mem: Add a `realloc` pointer to the memory handler | Vicent Marti |
2016-06-06 | cmark: Implement support for custom allocators | Vicent Marti |
2016-06-06 | cmake: Global handler for OOM situations | Vicent Marti |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-06-25 | Changed version variables to functions. | Andrius Bentkus |
2015-06-07 | Switch cmark_markdown_to_html over to size_t | Nick Wellnhofer |
2015-03-15 | Added options parameter to cmark_markdown_to_html. | John MacFarlane |
2015-02-15 | Added options parameter to cmark_parse_document, cmark_parse_file. | John MacFarlane |
2015-01-23 | Improve version information | Nick Wellnhofer |
2014-12-29 | Added options parameter to renderers. | John MacFarlane |
2014-12-04 | Moved source files from src/html into src. | John MacFarlane |
2014-11-28 | Removed cmark_free_nodes from public API. | John MacFarlane |
2014-11-28 | Use prefixed names for symbols from references.h | Nick Wellnhofer |
2014-11-22 | Make parser accept a char* | Nick Wellnhofer |
2014-11-22 | Make render_html return a char* | Nick Wellnhofer |
2014-11-17 | Move cmark_free_nodes to node.c | Nick Wellnhofer |
2014-11-17 | Rename ast.h to parser.h | Nick Wellnhofer |
2014-11-17 | Move inline-related stuff to inlines.c | Nick Wellnhofer |
2014-11-17 | Remove old node_block and node_inl | 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 | Moved refmap from the top-level block node to the doc_parser. | John MacFarlane |
2014-11-16 | Added some basic functions for traversing/editing blocks in AST. | John MacFarlane |
2014-11-16 | Move inline function definitions to header files | Nick Wellnhofer |
2014-11-16 | Probe for stdbool.h | Nick Wellnhofer |
2014-11-16 | Use named enum types | Nick Wellnhofer |
2014-11-16 | Cast void pointers explicitly | Nick Wellnhofer |
2014-11-16 | cmark_render_html now just returns a regular C string. | John MacFarlane |
2014-11-16 | Moved AST details from public header cmark.h to private ast.h. | John MacFarlane |
2014-11-15 | Don't expose append_inlines. | John MacFarlane |
2014-11-14 | inline make_autolink. | John MacFarlane |
2014-11-13 | Added cmark_append_blocks, exposed more functions. | John MacFarlane |
2014-11-13 | Removed ast modules, moved these defs back to cmark.h. | John MacFarlane |
2014-11-13 | Rename cmark_free_nodes -> cmark_free_blocks. | John MacFarlane |
2014-11-11 | Improved cmark_markdown_to_html. | John MacFarlane |
2014-11-11 | Added cmark_markdown_to_html with a simple interface. | John MacFarlane |