Log

Author Commit Date CI Message
Martin Mitas ba504fda 2016-10-04T02:27:43 Implement Setext headers.
Martin Mitas 80984c98 2016-10-04T02:18:47 Little code clean-up.
Martin Mitas 1ff00d68 2016-10-04T01:46:36 Fixes of ATX header parsing.
Martin Mitas 02061353 2016-10-04T01:11:46 ATX header cannot eat multiple lines.
Martin Mitas 0225f337 2016-10-04T00:55:32 Implement ATX headers.
Martin Mitas d5535bd5 2016-10-04T00:36:02 For MSVC, #define inline __inline. This fixes build in MSVC.
Martin Mitas 63a92c08 2016-10-04T00:18:08 Implement thematic breaks (<hr>).
Martin Mitas 93edb71a 2016-10-03T23:51:57 README.md: Add badge of code coverage.
Martin Mitas 50f2184a 2016-10-03T23:44:39 .travis.yml: Yet another fix for coverage upload.
Martin Mitas a2e938f1 2016-10-03T23:36:49 .travis.yml: Fix coverage upload.
Martin Mitas fa20bb01 2016-10-03T23:11:00 .trevis.yml: Create coverage data and upload them to coverage.io.
Martin Mitas 47b68427 2016-10-03T21:49:51 .travis.yml: Install python3 and run tests only in 'after_success' phase.
Martin Mitas 5e9951a7 2016-10-03T21:43:13 Merge branch 'master' of https://github.com/mity/md4c
Martin Mitas 2d21382f 2016-10-03T21:41:13 Run CommonMark testsuite when building on travis.ci.org.
Martin Mitas d4cf0383 2016-10-03T20:52:23 README.md: Add CI build status badges.
Martin Mitas 43084eac 2016-10-03T20:46:33 Add recipe for continuous integration builds on https://appveyor.com.
Martin Mitas 818dd387 2016-10-03T20:38:11 Do not change build output dir. It causes filename coflict on Unix systems: Linker cannot output 'md2html' if a subdirectory of the same name exists.
Martin Mitas 33fb79f0 2016-10-03T20:28:12 Add recipe for continuous integration builds on https://travis-ci.org
Martin Mitas efed58af 2016-10-03T20:17:15 Initial commit.