summaryrefslogtreecommitdiff
path: root/src/latex.c
AgeCommit message (Expand)Author
2015-07-14astyle reformatting.John MacFarlane
2015-07-12Small cleanups.John MacFarlane
2015-07-12Use cmark_render_code_point in renderers.John MacFarlane
2015-07-12latex renderer - simplified using cmark_render_ascii.John MacFarlane
2015-07-12Removed options field from renderer struct.John MacFarlane
2015-07-12Removed enumlevel field of renderer.John MacFarlane
2015-07-12latex: Removed need to access render->in_tight_list_item.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-11Factored out common bits of rendering into separate render module.John MacFarlane
2015-07-07Fixed compiler warnings.John MacFarlane
2015-07-06Use sprintf rather than snprintf because we know it won't overflow.John MacFarlane
2015-07-05Another try at getting snprintf part to compile on Windows.John MacFarlane
2015-07-05Fixed typo in Windows fix.John MacFarlane
2015-07-05LaTeX writer: fixed some compile errors on MSVC.John MacFarlane
2015-07-05LaTeX writer: Fixed straight single, double quote.John MacFarlane
2015-07-05LaTeX renderer: \textbf for strong.John MacFarlane
2015-07-05astyle formatting improvements.John MacFarlane
2015-07-05Added LaTeX renderer.John MacFarlane