Age | Commit message (Expand) | Author |
---|---|---|
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 |