Popularity
9.4
Stable
Activity
8.2
-
130
15
34

Monthly Downloads: 406
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text     Commonmark    
Add another 'commonmark' Package

README

commonmark

CI
tests

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.