Age | Commit message (Expand) | Author |
---|---|---|
2014-12-13 | Removed cmark_ prefix on chunk and strbuf. | John MacFarlane |
2014-11-23 | Added 'fenced' flag to cmark_code struct, renamed from cmark_fenced_code. | John MacFarlane |
2014-11-23 | Added internal flag to distinguish setext from atx headers. | John MacFarlane |
2014-11-22 | Fix and test node_check | Nick Wellnhofer |
2014-11-18 | Start with tests for the C API | Nick Wellnhofer |
2014-11-17 | Store link labels as children in tree structure | Nick Wellnhofer |
2014-11-17 | Set prev, parent and last_child for inlines | Nick Wellnhofer |
2014-11-17 | Move public stuff from node.h to cmark.h | 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-17 | Start with unified nodes | Nick Wellnhofer |