summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-21Updated output formats in man page.John MacFarlane
2015-03-21Added commonmark renderer.John MacFarlane
2015-03-21test/cmark.py: set default options for markdown_to_html.John MacFarlane
2015-03-21leakcheck with all formatsJohn MacFarlane
2015-03-15Removed obsolete reference to CMARK_NODE_LINK_LABEL.John MacFarlane
2015-03-15Added options parameter to cmark_markdown_to_html.John MacFarlane
2015-03-11Merge pull request #13 from nwellnhof/documentation-fixJohn MacFarlane
2015-03-11Use CMARK_OPT_DEFAULT in code examplesNick Wellnhofer
2015-03-11Update code examples in documentationNick Wellnhofer
2015-03-09Check for CMAKE_C_COMPILER (not CC_COMPILER) when setting C flags.John MacFarlane
2015-03-09Updated changelog.John MacFarlane
2015-03-09Version to 0.18.1.John MacFarlane
2015-03-09Use libcmark.a for static library on *nix.John MacFarlane
2015-03-09cmark.h: Add argument to cmark_parser_new.John MacFarlane
2015-03-07Build static version of library in default build.John MacFarlane
2015-03-03astyle changes.John MacFarlane
2015-03-03Updated version to 0.18.John MacFarlane
2015-03-03Updated changelog.John MacFarlane
2015-03-03Updated spec in test.John MacFarlane
2015-02-23Merge pull request #10 from nwellnhof/aflJohn MacFarlane
2015-02-23Add Makefile target to fuzz with AFLNick Wellnhofer
2015-02-20Cleaned up some comments.John MacFarlane
2015-02-19Fixed use-after-free error.John MacFarlane
2015-02-19Added 'Asan' build type.John MacFarlane
2015-02-19Fixed use-after-free bug.John MacFarlane
2015-02-18Repacked delimiter struct to avoid hole.John MacFarlane
2015-02-18Updated benchmarks.John MacFarlane
2015-02-18Packed cmark_node struct to fit into 128 bytes.John MacFarlane
2015-02-17Moved a test outside a loop.John MacFarlane
2015-02-16Added more --smart test cases.John MacFarlane
2015-02-16Rename CMARK_OPT_SMARTPUNCT -> CMARK_OPT_SMART.John MacFarlane
2015-02-16Made 'options' an int rather than a long.John MacFarlane
2015-02-16Use ascii escapes for punctuation characters for portability.John MacFarlane
2015-02-16Don't require python3 to make cmark.3 man page.John MacFarlane
2015-02-16Move normalization step from main to cmark_parser_finish.John MacFarlane
2015-02-16Properly handle " with no matching close quote with --smart.John MacFarlane
2015-02-15Fixed man escaping for unicode characters.John MacFarlane
2015-02-15Proper escaping of smart punctuation in man writer.John MacFarlane
2015-02-15Removed unneeded include.John MacFarlane
2015-02-15Removed outdated statement in man page.John MacFarlane
2015-02-15Moved handling of --smart from renderer to parser.John MacFarlane
2015-02-15Added options parameter to cmark_parse_document, cmark_parse_file.John MacFarlane
2015-02-15Moved normalization step from XML renderer to main.John MacFarlane
2015-02-15Fixed segfault with --normalize (closes #7).John MacFarlane
2015-02-15Man page updates.John MacFarlane
2015-02-15Implemented --smart for man output.John MacFarlane
2015-02-15Further improvements and small optimizations in smart punctuation code.John MacFarlane
2015-02-15Optimized --smart.John MacFarlane
2015-02-14Added smart.c, smart.h with function abstracting smart punct rendering.John MacFarlane
2015-02-14astyle changes (code formatting only).John MacFarlane