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
/
tools
Age
Commit message (
Expand
)
Author
2018-09-14
Minor fixes to xml2md.xsl
Nick Wellnhofer
2018-09-14
XSLT stylesheet to convert cmark XML back to Commonmark
Nick Wellnhofer
2016-11-04
Fix for non-matching entities (#161)
Yuki Izumi
2016-03-12
Test with multiple MSVC versions under Appveyor
Nick Wellnhofer
2015-06-17
Renamed entities.h -> entities.inc.
John MacFarlane
2015-06-16
Simpler approach for entity lookup.
John MacFarlane
2015-06-16
make_entities_h.py: confirm there are no hash collisions.
John MacFarlane
2015-06-16
Mark entity data structures as const.
John MacFarlane
2015-06-16
entities: Make the first entity in the array (TripleDot) work.
John MacFarlane
2015-06-16
Replace gperf-based entity lookup with binary tree lookup.
John MacFarlane
2015-01-24
Removed spec-specific files (DTD, spec generation tools).
John MacFarlane
2015-01-24
Removed JS implementation, which is moving to its own repo:
John MacFarlane
2015-01-17
Added new fine-grained JS benchmarks.
John MacFarlane
2015-01-15
Fixed template path in tools/makespec.py.
John MacFarlane
2015-01-15
Fixed (interact) link in template.html.
John MacFarlane
2015-01-15
Re-added tools/{makespec.py, template.html, template.tex}.
John MacFarlane
2015-01-12
Moved spec2js.js to tools/.
John MacFarlane
2015-01-12
Moved templates, makespec.py, and specfilter.hs -> tools/.
John MacFarlane
2015-01-12
Moved mkcasefold.pl to tools/.
John MacFarlane