comrak
Markdown parser
A Markdown parser and formatter that supports both CommonMark and GitHub Flavored Markdown syntaxes.
CommonMark + GFM compatible Markdown parser and renderer
1k stars
16 watching
145 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
commonmarkmarkdownrust
Related projects:
Repository | Description | Stars |
---|---|---|
kivikakk/koino | A Markdown parser and renderer written in Zig that maintains 100% spec-compatibility with GitHub Flavored Markdown. | 127 |
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 |
github/cmark-gfm | A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions. | 915 |
commonmark/commonmark.js | A JavaScript library for parsing and rendering Markdown syntax | 1,449 |
amauryt/cr-cmark-gfm | A C binding for the cmark-gfm markdown parser and renderer | 21 |
mmark-md/mmark | A markdown parser designed to produce high-quality error messages and offer extensions for customizing its behavior | 112 |
knagis/commonmark.net | Implementation of the CommonMark specification in C# for converting Markdown documents to HTML | 1,005 |
icyleaf/markd | A markdown parser written in Crystal, compliant to CommonMark specification. | 110 |
gomarkdown/markdown | A Markdown parsing and rendering library for Go. | 1,439 |
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 |
webuni/commonmark-bundle | An Symfony bundle that integrates a markdown parser | 9 |
mamantoha/crystal-cmark-gfm | A Crystal wrapper around GitHub's CommonMark parser for parsing and rendering markdown content | 8 |
yogthos/markdown-clj | A Clojure library that parses Markdown text and generates HTML output | 547 |