Age | Commit message (Expand) | Author |
2015-01-10 | Small performance optimization in dealing with final newline. | John MacFarlane |
2015-01-10 | Reordered some definitions, so regex is defined before being used. | John MacFarlane |
2015-01-10 | Regex optimizations in blocks.js. | John MacFarlane |
2015-01-09 | Removed redundant condition. | John MacFarlane |
2015-01-09 | JS linter improvements. | John MacFarlane |
2015-01-09 | Improved newline parsing efficiency. | John MacFarlane |
2015-01-09 | JS: Renamed 'c' property to 'literal' to match libcmark. | 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 |
2015-01-09 | Added end column position to pos for blocks. | John MacFarlane |
2015-01-09 | JS: Improved end lines. | John MacFarlane |
2015-01-09 | JS: use c rather than string_content property for code blocks, html. | John MacFarlane |
2015-01-09 | Don't initialize strings, string_content to defined value. | John MacFarlane |
2015-01-09 | Made `tight` a property of `list_data`. | John MacFarlane |
2015-01-09 | Removed makeBlock. Use new Node directly. Initialize more fields. | John MacFarlane |
2015-01-09 | JS: replace NUL characters with U+FFFD, as per spec. | John MacFarlane |
2015-01-09 | More JS linter fixes. | John MacFarlane |
2015-01-09 | Use linked list instead of arrays for AST. | John MacFarlane |
2015-01-07 | js: Use children instead of inline_content for Paragraph. | John MacFarlane |
2014-12-27 | Minor whitespace fixes. | John MacFarlane |
2014-12-10 | More js delinting. | John MacFarlane |
2014-12-10 | More linter corrections to js code. | John MacFarlane |
2014-11-23 | js: use 'CodeBlock' in AST for all code blocks. | John MacFarlane |
2014-11-23 | Revert "Revert "Remove distinction btw atx and setext header in AST."" | John MacFarlane |
2014-11-22 | Revert "Remove distinction btw atx and setext header in AST." | John MacFarlane |
2014-11-22 | Remove distinction btw atx and setext header in AST. | John MacFarlane |
2014-11-22 | Fixed #192. | John MacFarlane |
2014-11-22 | Updated JS and C implementations for #209. | John MacFarlane |
2014-10-30 | js/lib/blocks: Made matchAt return -1 instead of null on no match. | John MacFarlane |
2014-10-26 | Require space before closing # sequence in ATX header. | John MacFarlane |
2014-10-18 | Added renderAST to js, added AST render tab to dingus. | John MacFarlane |
2014-10-18 | Add unescapeString as method of InlineParser. | John MacFarlane |
2014-10-18 | Factored out blocks.js from index.js. | John MacFarlane |