Age | Commit message (Expand) | Author |
2015-01-10 | Merge pull request #277 from nwellnhof/iterator | John MacFarlane |
2015-01-10 | Added python markdown, parsedown to benchmark comparisons. | John MacFarlane |
2015-01-10 | Updated benchmarks. | John MacFarlane |
2015-01-10 | More efficient detab. | John MacFarlane |
2015-01-10 | Timings: added 'preparing input'. | John MacFarlane |
2015-01-10 | Added options to DocParser. | John MacFarlane |
2015-01-10 | Removed a redundant clause from switch statement. | John MacFarlane |
2015-01-10 | Added --time option to js/bin/commonmark. | John MacFarlane |
2015-01-10 | Include a mini ansi implementation in test.js. | John MacFarlane |
2015-01-10 | Removed ansi from js source tree. | John MacFarlane |
2015-01-10 | Made 'options' a parameter of the renderer constructors... | John MacFarlane |
2015-01-10 | Removed an unnecessary variable from cloneUnmatchedBlocks. | John MacFarlane |
2015-01-10 | html.js: removed blocksep and innersep, no longer used. | John MacFarlane |
2015-01-10 | HTML renderer: throw error on unknown tag type. | John MacFarlane |
2015-01-10 | Put another regex in a variable. | John MacFarlane |
2015-01-10 | Another "test before replace" optimization. | John MacFarlane |
2015-01-10 | Small performance optimization in dealing with final newline. | John MacFarlane |
2015-01-10 | Updated benchmarks. | John MacFarlane |
2015-01-10 | HTML renderer: Test for characters that need escaping before substituting. | John MacFarlane |
2015-01-10 | Updated benchmarks. | John MacFarlane |
2015-01-10 | More HTML rendering efficiency improvements. | John MacFarlane |
2015-01-10 | Don't use array buffer in HTML rendering. | John MacFarlane |
2015-01-10 | Reordered some definitions, so regex is defined before being used. | John MacFarlane |
2015-01-10 | Removed unused import. | John MacFarlane |
2015-01-10 | Made Node a local variable. | John MacFarlane |
2015-01-10 | Made NodeWalker a regular function returning an object. | John MacFarlane |
2015-01-10 | Removed unnec. comment. | John MacFarlane |
2015-01-10 | Regex optimizations in inlines.js. | John MacFarlane |
2015-01-10 | Update iterator documentation | Nick Wellnhofer |
2015-01-10 | Rework iterators | Nick Wellnhofer |
2015-01-10 | Regex optimizations in blocks.js. | John MacFarlane |
2015-01-10 | Optimize S_is_leaf | Nick Wellnhofer |
2015-01-09 | Moved more regexes into variables. | John MacFarlane |
2015-01-09 | Put backtick regexes in variables. | John MacFarlane |
2015-01-09 | Removed redundant condition. | John MacFarlane |
2015-01-09 | Removed a redundant condition. | John MacFarlane |
2015-01-09 | Use a switch instead of if-then-else. | John MacFarlane |
2015-01-09 | Small optimization. | John MacFarlane |
2015-01-09 | Updated benchmarks. | John MacFarlane |
2015-01-09 | JS linter improvements. | John MacFarlane |
2015-01-09 | Improved unescapeString performance. | John MacFarlane |
2015-01-09 | Improved newline parsing efficiency. | John MacFarlane |
2015-01-09 | Put limit on AST display as string. | John MacFarlane |
2015-01-09 | Non-recursive version of toAST(). | John MacFarlane |
2015-01-09 | Updated dingus. | John MacFarlane |
2015-01-09 | Updated renderAST in lib. | John MacFarlane |
2015-01-09 | JS: Renamed 'c' property to 'literal' to match libcmark. | John MacFarlane |
2015-01-09 | Added options to render, implemented sourcepos option. | John MacFarlane |
2015-01-09 | JS: sourceloc -> sourcepos for confirmity with cmark. | John MacFarlane |
2015-01-09 | Replaced 'pos' with 'sourceloc', making it an array. | John MacFarlane |