summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-11Added cmark_markdown_to_html with a simple interface.John MacFarlane
2014-11-11Added macro def needed for cpp.John MacFarlane
2014-11-11Don't include debug.h in any production code.John MacFarlane
2014-11-10html_unescape: Made find_entity staticJohn MacFarlane
2014-11-10Define _CMARK_H_ instead of _STDMD_H_.John MacFarlane
2014-11-10Makefile: Added separate 'debug' target, 'all' does Release build.John MacFarlane
2014-11-10Added peg-markdown to benchmarks.John MacFarlane
2014-11-10Boldface cmark.John MacFarlane
2014-11-10Added marked and commonmark.js to benchmarks.John MacFarlane
2014-11-10Fixed typo in benchmarks.John MacFarlane
2014-11-10New benchmarks.John MacFarlane
2014-11-10Fixed memory allocation bug.John MacFarlane
2014-11-10Makefile - default to Debug for make targetJohn MacFarlane
2014-11-10Properly set default build type in CMakeLists.txt.John MacFarlane
2014-11-10Added BUILDTYPE to Makefile, default to Release.John MacFarlane
2014-11-10Fuzztest: indicate when command terminates abnormally.John MacFarlane
2014-11-10Make FUZZCHARS settable from environment.John MacFarlane
2014-11-10Version 0.12.John MacFarlane
2014-11-10Added a link.John MacFarlane
2014-11-10Allow images to contain images.John MacFarlane
2014-11-10Rebuild commonmark.js before update-site.John MacFarlane
2014-11-10Bump spec version to 0.11.John MacFarlane
2014-11-10jshint improvements.John MacFarlane
2014-11-10Stack-based link handling in js. All tests pass.John MacFarlane
2014-11-10Variable renaming in inlines.c.John MacFarlane
2014-11-09Rewrote parseLink in js consistent with the C and spec.John MacFarlane
2014-11-09Added processEmphasis, run at end of parseInlines.John MacFarlane
2014-11-09Changed parseEmphasis to just put things on stack.John MacFarlane
2014-11-09Added clarification that hard breaks don't work at ends of blocks.John MacFarlane
2014-11-09Spec: use terminology of "image description" rather than "alt text".John MacFarlane
2014-11-09Fixed spec tests.John MacFarlane
2014-11-09Fixed 2 typos in spec tests.John MacFarlane
2014-11-09Fixed bug.John MacFarlane
2014-11-09README: more than 500 tests.John MacFarlane
2014-11-09Updated spec for links.John MacFarlane
2014-11-09Merge branch 'master' of github.com:jgm/CommonMarkJohn MacFarlane
2014-11-09Restored priority of links over emphasis grouping.John MacFarlane
2014-11-09runtests.pl: distinguish error status from failures.John MacFarlane
2014-11-09Added MAX_LINK_LABEL_LENGTH to cmark.h.John MacFarlane
2014-11-09Removed some unused code.John MacFarlane
2014-11-09Disallow links inside links and images inside images.John MacFarlane
2014-11-09Fixed backslash-escape inside link label.John MacFarlane
2014-11-09Fixed problem with images.John MacFarlane
2014-11-09Fixed allocation issue.John MacFarlane
2014-11-09Got ref links working, but with deallocation issues.John MacFarlane
2014-11-09Got inline links working.John MacFarlane
2014-11-09Initial steps towards link parsing.John MacFarlane
2014-11-09Simplified link_label parser.John MacFarlane
2014-11-08template.html changes needed to make visible spaces work.John MacFarlane
2014-11-08Make spaces visible using CSS.John MacFarlane