summaryrefslogtreecommitdiff
path: root/src/scanners.h
AgeCommit message (Expand)Author
2019-03-17Use hand-rolled scanner for thematic break.John MacFarlane
2016-12-01Allow balanced nested parens in link destinations (#166)Yuki Izumi
2015-12-28Reformat sources.John MacFarlane
2015-12-22Rename hrule -> thematic_break.John MacFarlane
2015-12-22Rename 'header' -> 'heading'.John MacFarlane
2015-07-27Use clang-format, llvm style, for formatting.John MacFarlane
2015-07-13Added `CMARK_OPT_SAFE` option and `--safe` command-line flag.John MacFarlane
2015-07-10Updates for new HTML block spec.John MacFarlane
2015-06-07Convert code base to strbuf_tNick Wellnhofer
2015-03-29Scanners: added _scan_scheme, scan_scheme.John MacFarlane
2014-12-15Re-added cmark_ prefix to strbuf and chunk.John MacFarlane
2014-12-04Added "chunk.h" include to scanners.h.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-24Renamed c program and library stmd -> cmark.John MacFarlane
2014-09-09379/62Vicent Marti
2014-09-09338/103Vicent Marti
2014-09-09lolVicent Marti
2014-08-13Initial commitJohn MacFarlane