summaryrefslogtreecommitdiff
path: root/src/render.h
AgeCommit message (Expand)Author
2020-01-23Use C string instead of chunk in rendererNick Wellnhofer
2020-01-10Add options field to cmark_renderer.John MacFarlane
2019-03-28Remove leftover includes of memory.h.John MacFarlane
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2016-06-01renderer: no_linebreaks instead of no_wrap.John MacFarlane
2015-12-28render: added begin_content field.John MacFarlane
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-07-12Fixed type on cmark_render_code_point.John MacFarlane
2015-07-12Added cmark_render_code_point.John MacFarlane
2015-07-12render: added cmark_render_ascii, to be used in char escapers.John MacFarlane
2015-07-12Removed options field from renderer struct.John MacFarlane
2015-07-12Removed enumlevel field of renderer.John MacFarlane
2015-07-11Restructured common renderer code.John MacFarlane
2015-07-11Rename cmark_render_state -> cmark_renderer.John MacFarlane
2015-07-11Factored out common bits of rendering into separate render module.John MacFarlane