Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgm/commonmark-hs

Pure Haskell commonmark parsing library, designed to be flexible and extensible
https://github.com/jgm/commonmark-hs

Last synced: 5 days ago
JSON representation

Pure Haskell commonmark parsing library, designed to be flexible and extensible

Awesome Lists containing this project

README

        

# commonmark

[![CI
tests](https://github.com/jgm/commonmark-hs/workflows/CI%20tests/badge.svg)](https://github.com/jgm/commonmark-hs/actions)

This repository contains four packages:

- [`commonmark`](commonmark/):
a pure Haskell library for parsing commonmark,
designed for flexibility and extensibility.

- [`commonmark-pandoc`](commonmark-pandoc/):
type instances for parsing commonmark as a Pandoc AST.

- [`commonmark-extensions`](commonmark-extensions/):
a set of useful extensions to core commonmark syntax.

- [`commonmark-cli`](commonmark-cli/): a
command-line program that uses this library to convert
and syntax-highlight commonmark documents.

See the [`commonmark` README](commonmark/) for a
more detailed description of the project's goals.