sundown
Markdown parser
A high-performance Markdown parser with standards compliance and customizable rendering capabilities
Standards compliant, fast, secure markdown processing library in C
2k stars
83 watching
385 forks
Language: C
last commit: over 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jgm/peg-markdown | An implementation of markdown syntax in C using a parsing expression grammar | 698 |
github/cmark-gfm | A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions. | 915 |
vfmd/vfmd-src | A C++ implementation of a Markdown parsing engine that handles various syntax constructs and supports different variants of Markdown | 18 |
txdv/sundown.net | A .NET wrapper for the sundown markdown library | 33 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,439 |
pulldown-cmark/pulldown-cmark | An efficient parser for Markdown markup language | 2,102 |
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 |
cebe/markdown | A fast and extensible Markdown parser for PHP | 1,002 |
yogthos/markdown-clj | A Clojure library that parses Markdown text and generates HTML output | 547 |
orc/discount | A C implementation of Markdown markup language syntax and test suite | 859 |
miaolz123/vue-markdown | A Markdown parser for Vue.js applications | 1,928 |
fabrixxm/libcmark-vapi | A set of Vala bindings for parsing and rendering Markdown text using the CommonMark library | 4 |
jgm/commonmark-hs | A flexible and extensible Haskell library for parsing markdown syntax | 137 |
bmoliveira/markdownkit | A customizable Markdown parser for Swift that supports various elements and allows customization of font and color attributes. | 797 |