peg-markdown
Markdown parser
An implementation of markdown syntax in C using a parsing expression grammar
An implementation of markdown in C, using a PEG grammar
698 stars
31 watching
138 forks
Language: C
last commit: over 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jgm/commonmark-hs | A flexible and extensible Haskell library for parsing markdown syntax | 137 |
vmg/sundown | A high-performance Markdown parser with standards compliance and customizable rendering capabilities | 1,999 |
github/cmark-gfm | A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions. | 915 |
jgm/lunamark | A Lua library for converting markdown to various textual formats | 199 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,439 |
yogthos/markdown-clj | A Clojure library that parses Markdown text and generates HTML output | 547 |
sirthias/pegdown | A Markdown processor based on a parboiled PEG parser supporting various extensions and dialects. | 1,290 |
rla/prolog-markdown | An implementation of a Markdown parser for use with SWI-Prolog | 20 |
orc/discount | A C implementation of Markdown markup language syntax and test suite | 859 |
commonmark/cmark | A C library and program that implements the CommonMark syntax specification | 1,667 |
soasme/nim-markdown | A Markdown parser written in Nim. | 152 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 110 |
cebe/markdown | A fast and extensible Markdown parser for PHP | 1,002 |
pulldown-cmark/pulldown-cmark | An efficient parser for Markdown markup language | 2,102 |
mamantoha/crystal-cmark-gfm | A Crystal wrapper around GitHub's CommonMark parser for parsing and rendering markdown content | 8 |