summaryrefslogtreecommitdiff
path: root/src/scanners.re
AgeCommit message (Expand)Author
2015-07-13Added `CMARK_OPT_SAFE` option and `--safe` command-line flag.John MacFarlane
2015-07-12Fixed scanner for link url.John MacFarlane
2015-07-11Allow non-initial hyphens in html tag names.John MacFarlane
2015-07-10Updates for new HTML block spec.John MacFarlane
2015-07-03Use utf-8 aware re2c.John MacFarlane
2015-06-13Fixed backslashes in link destinations that are not part of escapes.John MacFarlane
2015-06-07Convert code base to strbuf_tNick Wellnhofer
2015-04-07Support for CRLF and CR line endings.Ben Trask
2015-03-29Scanners: added _scan_scheme, scan_scheme.John MacFarlane
2015-02-13Updated scanners for new whitespace definition.John MacFarlane
2015-01-31Fixed autolink scanner to conform to the spec.John MacFarlane
2015-01-17Put check for fence close with the other checks for end-of-block.John MacFarlane
2015-01-03scanners.re: More accurate regex for HTML comments.John MacFarlane
2014-12-16scanners.re: use cmark_chunk rather than chunk.John MacFarlane
2014-11-16Declare all functions as extern "C"Nick Wellnhofer
2014-11-13Moved scan_at out of scanners.h, renamed to _scan_at.John MacFarlane
2014-10-24Fixed regex for processing instruction.John MacFarlane
2014-09-09Remove warningsVicent Marti
2014-09-09379/62Vicent Marti
2014-09-09338/103Vicent Marti
2014-09-09lolVicent Marti
2014-09-06Spec, js, C: Added iframe to block-level HTML tags.John MacFarlane
2014-09-06Don't treat "br" as a block-level HTML tag.John MacFarlane
2014-08-13Initial commitJohn MacFarlane