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.h
Age
Commit message (
Expand
)
Author
2020-01-23
Use C string instead of chunk in renderer
Nick Wellnhofer
2020-01-10
Add options field to cmark_renderer.
John MacFarlane
2019-03-28
Remove leftover includes of memory.h.
John MacFarlane
2016-06-06
cmark: Implement support for custom allocators
Vicent Marti
2016-06-01
renderer: no_linebreaks instead of no_wrap.
John MacFarlane
2015-12-28
render: added begin_content field.
John MacFarlane
2015-07-27
Use clang-format, llvm style, for formatting.
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-11
Restructured common renderer code.
John MacFarlane
2015-07-11
Rename cmark_render_state -> cmark_renderer.
John MacFarlane
2015-07-11
Factored out common bits of rendering into separate render module.
John MacFarlane