md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
git clone https://noulin.net/git/md4c.git
Log | Files | Refs | README | LICENSE

commit a2e938f1231fb6139b35d83e978da8d6322dae68
parent fa20bb0131333e84acfdac80962aca3496153990
Author: Martin Mitas <mity@morous.org>
Date:   Mon,  3 Oct 2016 23:36:49 +0200

.travis.yml: Fix coverage upload.

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -16,6 +16,6 @@ script: after_success: - sudo apt-get install python3 - - pip install --user cpp-coveralls + - pip install --usr cpp-coveralls - ../scripts/run-commonmark-tests.sh - - coveralls -r md4c + - coveralls -r .. -i md4c