index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
render.c
Age
Commit message (
Expand
)
Author
2019-04-06
render: only emit actual newline when escape mode is LITERAL.
John MacFarlane
2019-03-17
Merge pull request #254 from github/empty-input
John MacFarlane
2018-10-31
render.c: reset last_breakable after cr.
John MacFarlane
2018-02-20
Check for empty buffer when rendering
Phil Turnbull
2016-06-24
Reformatted.
John MacFarlane
2016-06-06
cmark: Implement support for custom allocators
Vicent Marti
2016-06-06
buffer: proper safety checks for unbounded memory
Vicent Marti
2016-06-01
renderer: no_linebreaks instead of no_wrap.
John MacFarlane
2016-03-12
Switch from "inline" to "CMARK_INLINE"
Nick Wellnhofer
2016-01-18
Automatic code reformat.
John MacFarlane
2016-01-17
Improved escaping in commonmark renderer.
John MacFarlane
2016-01-17
render: initialize begin_content to true.
John MacFarlane
2015-12-28
render: added begin_content field.
John MacFarlane
2015-08-06
Prefix utf8proc functions to avoid conflict with existing library
Kevin Wojniak
2015-07-27
Use clang-format, llvm style, for formatting.
John MacFarlane
2015-07-14
astyle reformatting.
John MacFarlane
2015-07-12
Small cleanups.
John MacFarlane
2015-07-12
Fixed type on cmark_render_code_point.
John MacFarlane
2015-07-12
Added cmark_render_code_point.
John MacFarlane
2015-07-12
render: added cmark_render_ascii, to be used in char escapers.
John MacFarlane
2015-07-12
Removed options field from renderer struct.
John MacFarlane
2015-07-12
Removed enumlevel field of renderer.
John MacFarlane
2015-07-12
cmark_render: ensure final newline.
John MacFarlane
2015-07-11
Restructured common renderer code.
John MacFarlane
2015-07-11
Rename cmark_render_state -> cmark_renderer.
John MacFarlane
2015-07-11
render: Simplified code, avoiding some allocations.
John MacFarlane
2015-07-11
Factored out common bits of rendering into separate render module.
John MacFarlane