Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jgm/commonmark-hs
- Owner: jgm
- Created: 2018-03-21T05:06:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T05:49:22.000Z (2 months ago)
- Last Synced: 2024-10-14T15:57:26.828Z (about 2 months ago)
- Language: Haskell
- Size: 1.31 MB
- Stars: 136
- Watchers: 15
- Forks: 31
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-starred - jgm/commonmark-hs - Pure Haskell commonmark parsing library, designed to be flexible and extensible (others)
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.