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
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