Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-07 | Support for CRLF and CR line endings. | Ben Trask | |
2015-03-29 | Scanners: added _scan_scheme, scan_scheme. | John MacFarlane | |
This is used in the commonmark renderer. | |||
2015-02-13 | Updated scanners for new whitespace definition. | John MacFarlane | |
2015-01-31 | Fixed autolink scanner to conform to the spec. | John MacFarlane | |
Backslash escapes not allowed in autolinks. | |||
2015-01-17 | Put check for fence close with the other checks for end-of-block. | John MacFarlane | |
This is a more logical arrangement and follows recent changes to the JS implementation. | |||
2015-01-03 | scanners.re: More accurate regex for HTML comments. | John MacFarlane | |
Note: this only affects inline parsing. Block parsing is handled differently. | |||
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 | |
We now handle properly `<?php echo '>'; ?>`. Closes #117. | |||
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 | |
Closes #88. | |||
2014-09-06 | Don't treat "br" as a block-level HTML tag. | John MacFarlane | |
Fixed in spec and both implementations. Closes #67. | |||
2014-08-13 | Initial commit | John MacFarlane | |