Age | Commit message (Expand) | Author |
---|---|---|
2015-01-05 | Reformatted code consistently with astyle. | John MacFarlane |
2014-12-31 | Remove useless void* cast | Nick Wellnhofer |
2014-12-30 | Revert "man: use a variable to store the char * from node_get_url." | John MacFarlane |
2014-12-30 | man: use a variable to store the char * from node_get_url. | John MacFarlane |
2014-12-29 | Avoid warning about unused options parameter in man writer. | John MacFarlane |
2014-12-29 | Added options parameter to renderers. | John MacFarlane |
2014-12-28 | Rename CMARK_NODE_LIST_ITEM -> CMARK_NODE_ITEM. | John MacFarlane |
2014-12-16 | Added 'literal' field to 'code' struct. | John MacFarlane |
2014-12-15 | Re-added cmark_ prefix to strbuf and chunk. | John MacFarlane |
2014-12-14 | man writer: use chunk literal in code blocks. | John MacFarlane |
2014-12-14 | Added empty clauses for DOCUMENT node to html and man writers. | John MacFarlane |
2014-12-14 | Rename CMARK_NODE_INLINE_CODE -> CMARK_NODE_CODE. | John MacFarlane |
2014-12-13 | Added cmark_render_man (man page writer). | John MacFarlane |