Age | Commit message (Expand) | Author |
2016-01-11 | Fixed edge case with escaped parens in link destination. | John MacFarlane |
2016-01-05 | Don't allow spaces in link destinations, even with pointy brackets. | John MacFarlane |
2016-01-05 | Updated `scheme` scanner according to spec change. | John MacFarlane |
2015-12-28 | Another small optimization in _scan_at. | John MacFarlane |
2015-12-28 | Small optimization in _scan_at. | John MacFarlane |
2015-12-22 | Adjusted scanner for link url. | John MacFarlane |
2015-12-22 | Rename hrule -> thematic_break. | John MacFarlane |
2015-12-22 | Rename 'header' -> 'heading'. | John MacFarlane |
2015-09-16 | Check for NULL pointer in _scan_at. | John MacFarlane |
2015-08-18 | Added iframe to list of blocktags, as per spec change. | John MacFarlane |
2015-08-07 | Removed pre from blocktags scanner. | John MacFarlane |
2015-07-13 | Added `CMARK_OPT_SAFE` option and `--safe` command-line flag. | John MacFarlane |
2015-07-12 | Fixed scanner for link url. | John MacFarlane |
2015-07-11 | Allow non-initial hyphens in html tag names. | John MacFarlane |
2015-07-10 | Updates for new HTML block spec. | John MacFarlane |
2015-07-03 | Use utf-8 aware re2c. | John MacFarlane |
2015-06-13 | Fixed backslashes in link destinations that are not part of escapes. | John MacFarlane |
2015-06-07 | Convert code base to strbuf_t | Nick Wellnhofer |
2015-04-07 | Support for CRLF and CR line endings. | Ben Trask |
2015-03-29 | Scanners: added _scan_scheme, scan_scheme. | John MacFarlane |
2015-02-13 | Updated scanners for new whitespace definition. | John MacFarlane |
2015-01-31 | Fixed autolink scanner to conform to the spec. | John MacFarlane |
2015-01-17 | Put check for fence close with the other checks for end-of-block. | John MacFarlane |
2015-01-03 | scanners.re: More accurate regex for HTML comments. | John MacFarlane |
2014-12-16 | scanners.re: use cmark_chunk rather than chunk. | John MacFarlane |
2014-11-16 | Declare all functions as extern "C" | Nick Wellnhofer |
2014-11-13 | Moved scan_at out of scanners.h, renamed to _scan_at. | John MacFarlane |
2014-10-24 | Fixed regex for processing instruction. | John MacFarlane |
2014-09-09 | Remove warnings | Vicent Marti |
2014-09-09 | 379/62 | Vicent Marti |
2014-09-09 | 338/103 | Vicent Marti |
2014-09-09 | lol | Vicent Marti |
2014-09-06 | Spec, js, C: Added iframe to block-level HTML tags. | John MacFarlane |
2014-09-06 | Don't treat "br" as a block-level HTML tag. | John MacFarlane |
2014-08-13 | Initial commit | John MacFarlane |