summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-28render: added begin_content field.John MacFarlane
2015-12-28Added to commonmark renderer test.John MacFarlane
2015-12-28Added commonmark renderer test (currently failing).John MacFarlane
2015-12-28Added simple latex renderer test to api tests.John MacFarlane
2015-12-28Added a minimal man renderer test to api tests.John MacFarlane
2015-12-28Reformat sources.John MacFarlane
2015-12-28'make format' - reformat tests as well.John MacFarlane
2015-12-28Replaced hard-coded 4 with TAB_STOP.John MacFarlane
2015-12-28Rename NODE_HTML -> NODE_HTML_BLOCK, NODE_INLINE_HTML -> NODE_HTML_INLINE.John MacFarlane
2015-12-28Another small optimization in _scan_at.John MacFarlane
2015-12-28Small optimization in _scan_at.John MacFarlane
2015-12-28Use input not parser->curline to determine last line length.John MacFarlane
2015-12-28Removed out-of-date lua wrapper.John MacFarlane
2015-12-28Make LIB_INSTALL_DIR configurable.John MacFarlane
2015-12-27latex renderer - better handling of internal links.John MacFarlane
2015-12-24Removed obsolete TIMER macro.John MacFarlane
2015-12-23Added parens around expressions like 1 << 1.John MacFarlane
2015-12-23Added version number to XML namespace.John MacFarlane
2015-12-22Adjusted scanner for link url.John MacFarlane
2015-12-22Regenerate scanners.c using re2c 0.15.3.John MacFarlane
2015-12-22Separate parsing and rendering opts in cmark.h.John MacFarlane
2015-12-22Rename hrule -> thematic_break.John MacFarlane
2015-12-22CMARK_NODE_HEADER -> CMARK_NODE_HEADING.John MacFarlane
2015-12-22Rename 'header' -> 'heading'.John MacFarlane
2015-12-22xml renderer - Added xmlns attribute to document node.John MacFarlane
2015-12-22Updated spec.txt.John MacFarlane
2015-12-20Made roundtrip test part of the test suite run by cmake.John MacFarlane
2015-12-19Commonmark renderer: ensure html blocks surrounded by blanks.John MacFarlane
2015-12-19Added api_tests for custom nodes.John MacFarlane
2015-12-19Fixed bug in html renderer for custom nodes.John MacFarlane
2015-12-19Fixed S_can_contain to allow custom nodes to have children.John MacFarlane
2015-12-19Updated API docs; getters return empty strings if not set.John MacFarlane
2015-12-19Changed API for CUSTOM_BLOCK and CUSTOM_INLINE.John MacFarlane
2015-12-19Rename RAW_BLOCK -> CUSTOM_BLOCK, RAW_INLINE -> CUSTOM_INLINE.John MacFarlane
2015-12-19Removed bench.h and timing calls in main.cJohn MacFarlane
2015-12-19Improved benchmark. Use longer test.John MacFarlane
2015-12-19Added RAW_BLOCK and RAW_INLINE node types.John MacFarlane
2015-12-19Removed need for sudo in make bench.John MacFarlane
2015-12-19Removed outdated targets from Makefile.John MacFarlane
2015-12-19Use fully qualified versions of constants.John MacFarlane
2015-12-13Documented another strange hoedown behavior.John MacFarlane
2015-12-10Merge pull request #95 from kainjow/masterJohn MacFarlane
2015-12-10Fix warnings about dropping const qualifierKevin Wojniak
2015-12-04Install static library.John MacFarlane
2015-12-03Added why-cmark-and-not-x page.John MacFarlane
2015-12-01Merge pull request #94 from kainjow/patch-1John MacFarlane
2015-12-01Fix "declaration shadows a local variable"Kevin Wojniak
2015-11-03Merge pull request #93 from Anderas/masterJohn MacFarlane
2015-11-03Fix non-ASCII end-of-line character checkandyuhnak
2015-10-28Merge pull request #89 from Eljay/fix-exampleJohn MacFarlane