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 a9582fa4f97fe846117064559e9b4eb2bcea827e
parent ba686ec3f1f16eac180eea57f9e93fec7f82eef8
Author: Martin Mitas <mity@morous.org>
Date:   Fri, 16 Dec 2016 11:23:34 +0100

.travis.yml: Add md2html to coveralls upload.

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -18,4 +18,4 @@ after_success: - sudo apt-get install python3 - pip install --user cpp-coveralls - ../scripts/run-tests.sh - - ~/.local/bin/coveralls -r .. -i md4c + - ~/.local/bin/coveralls -r .. --gcov-options '\-lp' -i md4c -i md2html