summaryrefslogtreecommitdiff
path: root/src/scanners.re
AgeCommit message (Expand)Author
2020-07-12Treat textarea like script, style, pre (type 1 HTML block)...John MacFarlane
2019-03-17Use hand-rolled scanner for thematic break.John MacFarlane
2019-03-17Disallow unescaped ( in parenthesized link title.John MacFarlane
2018-10-04Update scanners for new info string rules.John MacFarlane
2018-06-11Removed meta from list of block tags.John MacFarlane
2018-03-25Adjust max length of decimal/numeric entities.John MacFarlane
2018-03-25Fix inline raw HTML parsing.John MacFarlane
2017-07-13Reverted mistaken fix to #193.John MacFarlane
2017-06-21Don't scan past newline eitherYuki Izumi
2017-06-21Don't scan past an EOLYuki Izumi
2017-06-02Fixed bug with unescaped left angle bracket in link destination.John MacFarlane
2016-12-05scanners.re - fixed warnings; use * for fallback.John MacFarlane
2016-12-05Fixed some warnings in scanners.re.John MacFarlane
2016-12-01Allow balanced nested parens in link destinations (#166)Yuki Izumi
2016-09-14Allow tabs after setext header line.John MacFarlane
2016-09-13Don't let URI schemes start with spaces.John MacFarlane
2016-09-13Merge pull request #153 from gaborcsardi/patch-1John MacFarlane
2016-09-12Fixed h2..h6 HTML blocks (jgm/CommonMark#430).John MacFarlane
2016-09-12autolink scheme can contain digitsGábor Csárdi
2016-07-02Fixed ATX headers and thematic breaks to allow tabs as well as spaces.John MacFarlane
2016-01-11Fixed edge case with escaped parens in link destination.John MacFarlane
2016-01-05Don't allow spaces in link destinations, even with pointy brackets.John MacFarlane
2016-01-05Updated `scheme` scanner according to spec change.John MacFarlane
2015-12-28Another small optimization in _scan_at.John MacFarlane
2015-12-28Small optimization in _scan_at.John MacFarlane
2015-12-22Adjusted scanner for link url.John MacFarlane
2015-12-22Rename hrule -> thematic_break.John MacFarlane
2015-12-22Rename 'header' -> 'heading'.John MacFarlane
2015-09-16Check for NULL pointer in _scan_at.John MacFarlane
2015-08-18Added iframe to list of blocktags, as per spec change.John MacFarlane
2015-08-07Removed pre from blocktags scanner.John MacFarlane
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