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
906 stars
51 watching
174 forks
Language: C
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
amauryt/cr-cmark-gfm | A C binding for the cmark-gfm markdown parser and renderer | 20 |
commonmark/cmark | A C library and program that implements the CommonMark syntax specification | 1,652 |
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,080 |
kivikakk/comrak | A Markdown parser and renderer compatible with CommonMark and GitHub Flavored Markdown standards. | 1,204 |
jgm/peg-markdown | An implementation of markdown syntax in C using a parsing expression grammar | 696 |
vmg/sundown | A high-performance Markdown parser with standards compliance and customizable rendering capabilities | 1,998 |
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 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 109 |
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,444 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,416 |
orc/discount | An implementation of Markdown markup language written in C | 860 |
kivikakk/koino | A Markdown parser and renderer written in Zig that maintains 100% spec-compatibility with GitHub Flavored Markdown. | 126 |