summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-05Updated `scheme` scanner according to spec change.John MacFarlane
2015-12-31Allow NODE_ITEM inside NODE_CUSTOM_BLOCK.John MacFarlane
2015-12-30Allow both block and inline nodes as children of CUSTOM_BLOCK.John MacFarlane
2015-12-28Defined aliases for old NODE_HTML and NODE_HTML_INLINEJohn MacFarlane
2015-12-28Don't allow space between link text and link labelJohn MacFarlane
2015-12-28Commonmark renderer: ensure that literal characters get escapedJohn MacFarlane
2015-12-28render: added begin_content field.John MacFarlane
2015-12-28Reformat sources.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-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-19Commonmark renderer: ensure html blocks surrounded by blanks.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-19Added RAW_BLOCK and RAW_INLINE node types.John MacFarlane
2015-12-19Use fully qualified versions of constants.John MacFarlane
2015-12-10Fix warnings about dropping const qualifierKevin Wojniak
2015-12-04Install static library.John MacFarlane
2015-12-01Fix "declaration shadows a local variable"Kevin Wojniak
2015-11-03Fix non-ASCII end-of-line character checkandyuhnak
2015-11-02Replaced sprintf with snprintf.Marco Benelli
2015-10-28Correct string length in cmark_parse_document example.Lee Jeffery
2015-10-22commonmark: fix size_t to intKevin Wojniak
2015-10-19Fixed DOCTYPE in xml output.John MacFarlane
2015-09-16Check for NULL pointer in _scan_at.John MacFarlane
2015-08-18Added iframe to list of blocktags, as per spec change.John MacFarlane
2015-08-10Don't include static in CMARK_INLINE.John MacFarlane
2015-08-10Remove need to disable MSVC warning 4267Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4800Kevin Wojniak
2015-08-10Fix MSVC inline errors when cmark is included in other sources that don't hav...Kevin Wojniak