commonmark-hs
Markdown parser library
A flexible and extensible Haskell library for parsing markdown syntax
Pure Haskell commonmark parsing library, designed to be flexible and extensible
137 stars
15 watching
32 forks
Language: Haskell
last commit: 10 days ago Related projects:
Repository | Description | Stars |
---|---|---|
commonmark/commonmark.js | A JavaScript library for parsing and rendering Markdown syntax | 1,449 |
commonmark/cmark | A C library and program that implements the CommonMark syntax specification | 1,667 |
jgm/peg-markdown | An implementation of markdown syntax in C using a parsing expression grammar | 698 |
jgm/texmath | A Haskell library for converting between various markup formats used to represent mathematics. | 327 |
jgm/lunamark | A Lua library for converting markdown to various textual formats | 199 |
commonmark/commonmark-spec | Defines and standardizes Markdown syntax through a spec and reference implementations | 4,895 |
knagis/commonmark.net | Implementation of the CommonMark specification in C# for converting Markdown documents to HTML | 1,005 |
github/cmark-gfm | A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions. | 915 |
webuni/commonmark-bundle | An Symfony bundle that integrates a markdown parser | 9 |
kivikakk/comrak | A Markdown parser and formatter that supports both CommonMark and GitHub Flavored Markdown syntaxes. | 1,219 |
ysbaddaden/crystal-cmark | A Crystal wrapper around the CommonMark C library for parsing and rendering Markdown text | 18 |
mamantoha/crystal-cmark-gfm | A Crystal wrapper around GitHub's CommonMark parser for parsing and rendering markdown content | 8 |
jgm/citeproc | A Haskell library for generating citations and bibliography formatted according to a specific style, used in integrating citation support into another software project. | 154 |
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 |