summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-11xml format: use 'destination' instead of 'url', like the spec.John MacFarlane
2015-01-11Handle more attributes with xml.js.John MacFarlane
2015-01-11Merge pull request #281 from nwellnhof/shrink_entity_tableJohn MacFarlane
2015-01-11Added intended two-line hard-breaks in Examples 521, 523.John MacFarlane
2015-01-12Reduce size of gperf entity tableNick Wellnhofer
2015-01-11XML writer - implemented list attributes.John MacFarlane
2015-01-11XMLRenderer -> XmlRenderer.John MacFarlane
2015-01-11Updated dingus to use XML for the AST pane.John MacFarlane
2015-01-11Removed JS library's dependency on util.John MacFarlane
2015-01-11xml.js: basic structure working.John MacFarlane
2015-01-11Start on xml.js.John MacFarlane
2015-01-11node.js: use switch instead of if-else.John MacFarlane
2015-01-11Use order-only dependency of cmark.3 on PROG.John MacFarlane
2015-01-11Makefile tweaks.John MacFarlane
2015-01-11Non-verbose output on 'make testarchive', unless error occurs.John MacFarlane
2015-01-11Removed circular build dependency, improved testarchive.John MacFarlane
2015-01-11Makefile: require PROG for making man3 page.John MacFarlane
2015-01-11Run the spec tests only if python3 is found.John MacFarlane
2015-01-11'make test' - don't use verbose output.John MacFarlane
2015-01-11Added cmark.3 man page to repository and archive.John MacFarlane
2015-01-11Small reorganization of man/CMakeLists.txt.John MacFarlane
2015-01-11Make sure library is built before man page.John MacFarlane
2015-01-10'make leakcheck': check xml and man renderers as well.John MacFarlane
2015-01-10Merge pull request #277 from nwellnhof/iteratorJohn MacFarlane
2015-01-10Added python markdown, parsedown to benchmark comparisons.John MacFarlane
2015-01-10Updated benchmarks.John MacFarlane
2015-01-10More efficient detab.John MacFarlane
2015-01-10Timings: added 'preparing input'.John MacFarlane
2015-01-10Added options to DocParser.John MacFarlane
2015-01-10Removed a redundant clause from switch statement.John MacFarlane
2015-01-10Added --time option to js/bin/commonmark.John MacFarlane
2015-01-10Include a mini ansi implementation in test.js.John MacFarlane
2015-01-10Removed ansi from js source tree.John MacFarlane
2015-01-10Made 'options' a parameter of the renderer constructors...John MacFarlane
2015-01-10Removed an unnecessary variable from cloneUnmatchedBlocks.John MacFarlane
2015-01-10html.js: removed blocksep and innersep, no longer used.John MacFarlane
2015-01-10HTML renderer: throw error on unknown tag type.John MacFarlane
2015-01-10Put another regex in a variable.John MacFarlane
2015-01-10Another "test before replace" optimization.John MacFarlane
2015-01-10Small performance optimization in dealing with final newline.John MacFarlane
2015-01-10Updated benchmarks.John MacFarlane
2015-01-10HTML renderer: Test for characters that need escaping before substituting.John MacFarlane
2015-01-10Updated benchmarks.John MacFarlane
2015-01-10More HTML rendering efficiency improvements.John MacFarlane
2015-01-10Don't use array buffer in HTML rendering.John MacFarlane
2015-01-10Reordered some definitions, so regex is defined before being used.John MacFarlane
2015-01-10Removed unused import.John MacFarlane
2015-01-10Made Node a local variable.John MacFarlane
2015-01-10Made NodeWalker a regular function returning an object.John MacFarlane
2015-01-10Removed unnec. comment.John MacFarlane