index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-11-11
Cleaned up Makefile.
John MacFarlane
2014-11-11
Moved "try it now" link to top.
John MacFarlane
2014-11-11
Small tweak in README.
John MacFarlane
2014-11-11
Added js usage example.
John MacFarlane
2014-11-11
README tweaks.
John MacFarlane
2014-11-11
README - minor formatting.
John MacFarlane
2014-11-11
Fixed "Try it now" link.
John MacFarlane
2014-11-11
Revised README.
John MacFarlane
2014-11-11
Added npm target.
John MacFarlane
2014-11-11
Bump version on package.json.
John MacFarlane
2014-11-11
Added example wrapper.py.
John MacFarlane
2014-11-11
Improved cmark_markdown_to_html.
John MacFarlane
2014-11-11
Added cmark_markdown_to_html with a simple interface.
John MacFarlane
2014-11-11
Added macro def needed for cpp.
John MacFarlane
2014-11-11
Don't include debug.h in any production code.
John MacFarlane
2014-11-10
html_unescape: Made find_entity static
John MacFarlane
2014-11-10
Define _CMARK_H_ instead of _STDMD_H_.
John MacFarlane
2014-11-10
Makefile: Added separate 'debug' target, 'all' does Release build.
John MacFarlane
2014-11-10
Added peg-markdown to benchmarks.
John MacFarlane
2014-11-10
Boldface cmark.
John MacFarlane
2014-11-10
Added marked and commonmark.js to benchmarks.
John MacFarlane
2014-11-10
Fixed typo in benchmarks.
John MacFarlane
2014-11-10
New benchmarks.
John MacFarlane
2014-11-10
Fixed memory allocation bug.
John MacFarlane
2014-11-10
Makefile - default to Debug for make target
John MacFarlane
2014-11-10
Properly set default build type in CMakeLists.txt.
John MacFarlane
2014-11-10
Added BUILDTYPE to Makefile, default to Release.
John MacFarlane
2014-11-10
Fuzztest: indicate when command terminates abnormally.
John MacFarlane
2014-11-10
Make FUZZCHARS settable from environment.
John MacFarlane
2014-11-10
Version 0.12.
John MacFarlane
2014-11-10
Added a link.
John MacFarlane
2014-11-10
Allow images to contain images.
John MacFarlane
2014-11-10
Rebuild commonmark.js before update-site.
John MacFarlane
2014-11-10
Bump spec version to 0.11.
John MacFarlane
2014-11-10
jshint improvements.
John MacFarlane
2014-11-10
Stack-based link handling in js. All tests pass.
John MacFarlane
2014-11-10
Variable renaming in inlines.c.
John MacFarlane
2014-11-09
Rewrote parseLink in js consistent with the C and spec.
John MacFarlane
2014-11-09
Added processEmphasis, run at end of parseInlines.
John MacFarlane
2014-11-09
Changed parseEmphasis to just put things on stack.
John MacFarlane
2014-11-09
Added clarification that hard breaks don't work at ends of blocks.
John MacFarlane
2014-11-09
Spec: use terminology of "image description" rather than "alt text".
John MacFarlane
2014-11-09
Fixed spec tests.
John MacFarlane
2014-11-09
Fixed 2 typos in spec tests.
John MacFarlane
2014-11-09
Fixed bug.
John MacFarlane
2014-11-09
README: more than 500 tests.
John MacFarlane
2014-11-09
Updated spec for links.
John MacFarlane
2014-11-09
Merge branch 'master' of github.com:jgm/CommonMark
John MacFarlane
2014-11-09
Restored priority of links over emphasis grouping.
John MacFarlane
2014-11-09
runtests.pl: distinguish error status from failures.
John MacFarlane
[next]