index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scanners.h
Age
Commit message (
Expand
)
Author
2016-12-01
Allow balanced nested parens in link destinations (#166)
Yuki Izumi
2015-12-28
Reformat sources.
John MacFarlane
2015-12-22
Rename hrule -> thematic_break.
John MacFarlane
2015-12-22
Rename 'header' -> 'heading'.
John MacFarlane
2015-07-27
Use clang-format, llvm style, for formatting.
John MacFarlane
2015-07-13
Added `CMARK_OPT_SAFE` option and `--safe` command-line flag.
John MacFarlane
2015-07-10
Updates for new HTML block spec.
John MacFarlane
2015-06-07
Convert code base to strbuf_t
Nick Wellnhofer
2015-03-29
Scanners: added _scan_scheme, scan_scheme.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-04
Added "chunk.h" include to scanners.h.
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
Renamed c program and library stmd -> cmark.
John MacFarlane
2014-09-09
379/62
Vicent Marti
2014-09-09
338/103
Vicent Marti
2014-09-09
lol
Vicent Marti
2014-08-13
Initial commit
John MacFarlane