summaryrefslogtreecommitdiff
path: root/src/node.h
AgeCommit message (Expand)Author
2020-01-23Rearrange struct cmark_nodeNick Wellnhofer
2020-01-23Improve packing of struct cmark_listNick Wellnhofer
2020-01-23Use C string instead of chunk for literal textNick Wellnhofer
2020-01-23Use C string instead of chunk for custom block contentsNick Wellnhofer
2020-01-23Use C string instead of chunk for link URL and titleNick Wellnhofer
2020-01-23Use C string instead of chunk for code info and literalNick Wellnhofer
2019-03-17Add CMARK_NODE__LAST_LINE_CHECKED flag.John MacFarlane
2017-08-10Fix inlines spanning newlines, text in non-paraYuki Izumi
2016-06-06node: Memory dietVicent Marti
2016-06-06node: Memory dietVicent Marti
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2015-12-22Rename 'header' -> 'heading'.John MacFarlane
2015-12-19Changed API for CUSTOM_BLOCK and CUSTOM_INLINE.John MacFarlane
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-07-10Updates for new HTML block spec.John MacFarlane
2015-05-14Store link URL and title as cmark_chunkNick Wellnhofer
2015-02-18Packed cmark_node struct to fit into 128 bytes.John MacFarlane
2015-01-20Add user data field for nodesNick Wellnhofer
2014-12-28Added end_column to cmark_node struct.John MacFarlane
2014-12-28Rename cmark_node_type_string -> cmark_node_get_type_string.John MacFarlane
2014-12-28Expose cmark_node_type_string in node.h (private header).John MacFarlane
2014-12-16Added 'literal' field to 'code' struct.John MacFarlane
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-12-14Use chunk for fenced code info, instead of strbuf.John MacFarlane
2014-12-13Removed cmark_ prefix on chunk and strbuf.John MacFarlane
2014-11-23Added 'fenced' flag to cmark_code struct, renamed from cmark_fenced_code.John MacFarlane
2014-11-23Added internal flag to distinguish setext from atx headers.John MacFarlane
2014-11-22Fix and test node_checkNick Wellnhofer
2014-11-18Start with tests for the C APINick Wellnhofer
2014-11-17Store link labels as children in tree structureNick Wellnhofer
2014-11-17Set prev, parent and last_child for inlinesNick Wellnhofer
2014-11-17Move public stuff from node.h to cmark.hNick Wellnhofer
2014-11-17Switch cmark_node_inl over to cmark_nodeNick Wellnhofer
2014-11-17Switch cmark_node_block over to cmark_nodeNick Wellnhofer
2014-11-17Start with unified nodesNick Wellnhofer