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
696 stars
31 watching
139 forks
Language: C
last commit: about 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 | 135 |
vmg/sundown | A high-performance Markdown parser with standards compliance and customizable rendering capabilities | 1,998 |
github/cmark-gfm | A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions. | 906 |
jgm/lunamark | A Lua library for converting markdown to various textual formats | 197 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,416 |
yogthos/markdown-clj | A Clojure library that parses Markdown text and generates HTML output | 544 |
sirthias/pegdown | A Markdown processor based on a parboiled PEG parser supporting various extensions and dialects. | 1,291 |
rla/prolog-markdown | An implementation of a Markdown parser for use with SWI-Prolog | 20 |
orc/discount | An implementation of Markdown markup language written in C | 860 |
commonmark/cmark | A C library and program that implements the CommonMark syntax specification | 1,652 |
soasme/nim-markdown | A Markdown parser written in Nim. | 152 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 109 |
cebe/markdown | A fast and extensible Markdown parser for PHP | 999 |
pulldown-cmark/pulldown-cmark | An efficient parser for Markdown markup language | 2,080 |
mamantoha/crystal-cmark-gfm | A Crystal wrapper around GitHub's CommonMark parser for parsing and rendering markdown content | 8 |