cmark
Markdown parser
A C library and program that implements the CommonMark syntax specification
CommonMark parsing and rendering library and program in C
2k stars
52 watching
550 forks
Language: C
last commit: about 2 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
github/cmark-gfm | A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions. | 906 |
pulldown-cmark/pulldown-cmark | An efficient parser for Markdown markup language | 2,080 |
commonmark/commonmark.js | A JavaScript library for parsing and rendering Markdown syntax | 1,444 |
kivikakk/comrak | A Markdown parser and renderer compatible with CommonMark and GitHub Flavored Markdown standards. | 1,204 |
commonmark/commonmark-spec | Defines and standardizes Markdown syntax through a spec and reference implementations | 4,889 |
jgm/commonmark-hs | A flexible and extensible Haskell library for parsing markdown syntax | 135 |
ysbaddaden/crystal-cmark | A Crystal wrapper around the CommonMark C library for parsing and rendering Markdown text | 18 |
amauryt/cr-cmark-gfm | A C binding for the cmark-gfm markdown parser and renderer | 20 |
knagis/commonmark.net | Implementation of the CommonMark specification in C# for converting Markdown documents to HTML | 1,003 |
mamantoha/crystal-cmark-gfm | A Crystal wrapper around GitHub's CommonMark parser for parsing and rendering markdown content | 8 |
webuni/commonmark-bundle | An Symfony bundle that integrates a markdown parser | 9 |
sparsetech/cmark-scala | A Scala library providing bindings for the cmark CommonMark parsing and rendering library | 15 |
jgm/peg-markdown | An implementation of markdown syntax in C using a parsing expression grammar | 696 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 109 |
orc/discount | An implementation of Markdown markup language written in C | 860 |