cmark-gfm
Markdown parser
A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions.
GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
915 stars
51 watching
175 forks
Language: C
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
amauryt/cr-cmark-gfm | A C binding for the cmark-gfm markdown parser and renderer | 21 |
commonmark/cmark | A C library and program that implements the CommonMark syntax specification | 1,667 |
mamantoha/crystal-cmark-gfm | A Crystal wrapper around GitHub's CommonMark parser for parsing and rendering markdown content | 8 |
pulldown-cmark/pulldown-cmark | An efficient parser for Markdown markup language | 2,102 |
kivikakk/comrak | A Markdown parser and formatter that supports both CommonMark and GitHub Flavored Markdown syntaxes. | 1,219 |
jgm/peg-markdown | An implementation of markdown syntax in C using a parsing expression grammar | 698 |
vmg/sundown | A high-performance Markdown parser with standards compliance and customizable rendering capabilities | 1,999 |
jgm/commonmark-hs | A flexible and extensible Haskell library for parsing markdown syntax | 137 |
ysbaddaden/crystal-cmark | A Crystal wrapper around the CommonMark C library for parsing and rendering Markdown text | 18 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 110 |
vfmd/vfmd-src | A C++ implementation of a Markdown parsing engine that handles various syntax constructs and supports different variants of Markdown | 18 |
commonmark/commonmark.js | A JavaScript library for parsing and rendering Markdown syntax | 1,449 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,439 |
orc/discount | A C implementation of Markdown markup language syntax and test suite | 859 |
kivikakk/koino | A Markdown parser and renderer written in Zig that maintains 100% spec-compatibility with GitHub Flavored Markdown. | 127 |