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.c
Age
Commit message (
Expand
)
Author
2015-08-07
Removed pre from blocktags scanner.
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-12
Fixed scanner for link url.
John MacFarlane
2015-07-11
Allow non-initial hyphens in html tag names.
John MacFarlane
2015-07-10
Updates for new HTML block spec.
John MacFarlane
2015-07-03
Use utf-8 aware re2c.
John MacFarlane
2015-06-13
Fixed backslashes in link destinations that are not part of escapes.
John MacFarlane
2015-06-07
Convert code base to strbuf_t
Nick Wellnhofer
2015-04-07
Support for CRLF and CR line endings.
Ben Trask
2015-03-29
Scanners: added _scan_scheme, scan_scheme.
John MacFarlane
2015-02-13
Updated scanners for new whitespace definition.
John MacFarlane
2015-01-31
Fixed autolink scanner to conform to the spec.
John MacFarlane
2015-01-17
Put check for fence close with the other checks for end-of-block.
John MacFarlane
2015-01-03
scanners.re: More accurate regex for HTML comments.
John MacFarlane
2014-12-16
scanners.re: use cmark_chunk rather than chunk.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-01
Added src/scanners.c to repository.
John MacFarlane