summaryrefslogtreecommitdiff
path: root/src/render.c
AgeCommit message (Expand)Author
2020-01-23Rearrange struct cmark_nodeNick Wellnhofer
2020-01-23Use C string instead of chunk in rendererNick Wellnhofer
2020-01-10Add options field to cmark_renderer.John MacFarlane
2019-04-06render: only emit actual newline when escape mode is LITERAL.John MacFarlane
2019-03-17Merge pull request #254 from github/empty-inputJohn MacFarlane
2018-10-31render.c: reset last_breakable after cr.John MacFarlane
2018-02-20Check for empty buffer when renderingPhil Turnbull
2016-06-24Reformatted.John MacFarlane
2016-06-06cmark: Implement support for custom allocatorsVicent Marti
2016-06-06buffer: proper safety checks for unbounded memoryVicent Marti
2016-06-01renderer: no_linebreaks instead of no_wrap.John MacFarlane
2016-03-12Switch from "inline" to "CMARK_INLINE"Nick Wellnhofer
2016-01-18Automatic code reformat.John MacFarlane
2016-01-17Improved escaping in commonmark renderer.John MacFarlane
2016-01-17render: initialize begin_content to true.John MacFarlane
2015-12-28render: added begin_content field.John MacFarlane
2015-08-06Prefix utf8proc functions to avoid conflict with existing libraryKevin Wojniak
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-07-14astyle reformatting.John MacFarlane
2015-07-12Small cleanups.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-12cmark_render: ensure final newline.John MacFarlane
2015-07-11Restructured common renderer code.John MacFarlane
2015-07-11Rename cmark_render_state -> cmark_renderer.John MacFarlane
2015-07-11render: Simplified code, avoiding some allocations.John MacFarlane
2015-07-11Factored out common bits of rendering into separate render module.John MacFarlane