summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-11-08Spec: better system for designating definitions of terms.John MacFarlane
2014-11-08Improved fuzztest.John MacFarlane
2014-11-08Improved fuzztest.John MacFarlane
2014-11-07Removed unused emphasis_nestlevel.John MacFarlane
2014-11-07Factored out push_delimiter.John MacFarlane
2014-11-07Removed config.h.cmake (not used).John MacFarlane
2014-11-07Replace parse_inlines_while with parse_inlines_from_subject.John MacFarlane
2014-11-07Removed release_it scripts.John MacFarlane
2014-11-07Revised README with cmake instructions.John MacFarlane
2014-11-07Moved site building targets to _site/Makefile.John MacFarlane
2014-11-07Moved old bits of Makefile to Makefile.old.John MacFarlane
2014-11-07Shared library is again libcmark.John MacFarlane
2014-11-07More cmake cleanup.John MacFarlane
2014-11-07Fixed compiler warnings in cmake.John MacFarlane
2014-11-07Moved include file check to src/CMakeLists.txt.John MacFarlane
2014-11-07Removed man/Makefile. Put target in main Makefile.John MacFarlane
2014-11-07Removed old man/CMakeLists.txt.John MacFarlane
2014-11-07Added cmake_minimum_version to src/CMakeLists.txt.John MacFarlane
2014-11-07Reformatted src/CMakeLists.txt.John MacFarlane
2014-11-06Merge branch 'cmake'John MacFarlane
2014-11-06More cmake improvements.John MacFarlane
2014-11-06Removed unnecessary C99-ism.John MacFarlane
2014-11-06Removed unnecessary C99-ism.John MacFarlane
2014-11-06Reorganized Makefile to use cmake.John MacFarlane
2014-11-06Makefile: use cmake for all, install.John MacFarlane
2014-11-06cmake: Give fatal error on in-source build.John MacFarlane
2014-11-06cmake: Create and install shared library.John MacFarlane
2014-11-06Removed unnecessary dependency in Makefile.John MacFarlane
2014-11-06Keep original Makefile.John MacFarlane