Add cmark (#68)

This commit is contained in:
Kevin Deldycke 2020-09-02 23:54:52 +02:00 committed by GitHub
parent 0f3c2ff89a
commit 5f16c80723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ _Please read the [contribution guidelines](.github/contributing.md) before contr
### C
- [cmark](https://github.com/commonmark/cmark) - CommonMark parsing and rendering library and program in C.
- [Hoedown](https://github.com/hoedown/hoedown) - Standards compliant, fast, secure Markdown processing library in C (Sundown fork).
- [peg-markdown](https://github.com/jgm/peg-markdown) - An implementation of Markdown in C, using a PEG grammar.
- [Sundown](https://github.com/vmg/sundown) - Standards compliant, fast, secure Markdown processing library in C.