summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-11cmark_node_replace - unlink, but don't free, oldnode.John MacFarlane
2016-01-11Fixed edge case with escaped parens in link destination.John MacFarlane
2016-01-11Updated spec.txt.John MacFarlane
2016-01-11Removed unnecessary call to cmark_node_unlink in cmark_node_replace.John MacFarlane
2016-01-11Regenerated cmark.3 man page.John MacFarlane
2016-01-11cmark.h: moved typedefs for iterator into iterator section.John MacFarlane
2016-01-11Fixed make_man_page.py so it includes typedefs again.John MacFarlane
2016-01-10Added cmark_node_replace(oldnode, newnode).John MacFarlane
2016-01-10html renderer - removed unnecessary check for 'fenced'.John MacFarlane
2016-01-10Updated format of test/smart_punct.txt.John MacFarlane
2016-01-10Updated spec.txt and spec_tests.py to new format.John MacFarlane
2016-01-08Fixed get_containing_block logic in src/commonmark.c.John MacFarlane
2016-01-08Added an api_test that segfaults.John MacFarlane
2016-01-08Fixed string representations of CUSTOM_BLOCK, CUSTOM_INLINE.John MacFarlane
2016-01-08Use default opts in python sample wrapper.John MacFarlane
2016-01-07Updated spec.txt.John MacFarlane
2016-01-07Allow multiline setext header content, as per spec.John MacFarlane
2016-01-07Updated spec.txt.John MacFarlane
2016-01-05Don't allow spaces in link destinations, even with pointy brackets.John MacFarlane
2016-01-05updated spec.txtJohn MacFarlane
2016-01-05Updated `scheme` scanner according to spec change.John MacFarlane
2016-01-05Updated spec.txt.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-28Reorganized changelog.John MacFarlane
2015-12-28Updated changelog.txt.John MacFarlane
2015-12-28Defined aliases for old NODE_HTML and NODE_HTML_INLINEJohn MacFarlane
2015-12-28Bump version to 0.23.John MacFarlane
2015-12-28Don't allow space between link text and link labelJohn MacFarlane
2015-12-28Updated spec.txt and normalize.py.John MacFarlane
2015-12-28Added xml renderer test to API tests.John MacFarlane
2015-12-28Commonmark renderer: ensure that literal characters get escapedJohn MacFarlane
2015-12-28api_test: updated commonmark renderer test.John MacFarlane
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