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
Mode
Name
Size
-rw-r--r--
.travis.yml
30L
-rw-r--r--
CMakeLists.txt
31L
-rw-r--r--
LICENSE.md
22L
-rw-r--r--
README.md
167L
-rw-r--r--
appveyor.yml
29L
-rw-r--r--
codecov.yml
4L
-rw-r--r--
md2html/CMakeLists.txt
5L
-rw-r--r--
md2html/cmdline.c
296L
-rw-r--r--
md2html/cmdline.h
86L
-rw-r--r--
md2html/entity.c
2190L
-rw-r--r--
md2html/entity.h
42L
-rw-r--r--
md2html/md2html.c
350L
-rw-r--r--
md2html/render_html.c
490L
-rw-r--r--
md2html/render_html.h
57L
-rw-r--r--
md4c/md4c.c
6710L
-rw-r--r--
md4c/md4c.h
417L
-rw-r--r--
md4c/package.yml
18L
-rwxr-xr-x
scripts/coverity.sh
70L
-rwxr-xr-x
scripts/run-tests.sh
57L
-rw-r--r--
test/LICENSE
64L
-rwxr-xr-x
test/cmark.py
40L
-rw-r--r--
test/coverage.txt
318L
-rwxr-xr-x
test/normalize.py
194L
-rwxr-xr-x
test/pathological_tests.py
95L
-rw-r--r--
test/permissive-email-autolinks.txt
50L
-rw-r--r--
test/permissive-url-autolinks.txt
64L
-rw-r--r--
test/permissive-www-autolinks.txt
92L
-rw-r--r--
test/spec.txt
9364L
-rwxr-xr-x
test/spec_tests.py
143L
-rw-r--r--
test/strikethrough.txt
34L
-rw-r--r--
test/tables.txt
272L