commonmark
This library provides the core data types and functions for parsing commonmark (https://spec.commonmark.org). The parser is fully commonmark-compliant and passes the test suite. It is designed to be customizable and easily extensible. To customize the output, create an AST, or support a new output format, one need only define some new typeclass instances. It is also easy to add new syntax elements or modify existing ones. Accurate information about source positions is available for all block and inline elements. Thus the library can be used to create an accurate syntax highlighter or an editor with live preview. The parser has been designed for robust performance even in pathological cases that tend to cause stack overflows or exponential slowdowns in other parsers, with parsing speed that varies linearly with input length. Related packages: commonmark-extensions (which defines a number of syntax extensions) commonmark-pandoc (which allows using this parser to create a Pandoc structure) commonmark-cli (a command-line tool for converting and syntax-highlighting commonmark documents)
hackage.haskell.org
0.2.6
almost 2 years ago
19
25,490 total
8
52
commonmark-cli 0.2.1 💰
This package provides a command-line tool, commonmark, for converting and syntax-highlighting com...4 versions - Latest release: about 2 years ago - 676 downloads total - 141 stars on GitHub - 1 maintainer
Past Dependents
Check this option to include packages that no longer depend on this package in their latest version but previously did.
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/commonmark
spec |
| License | BSD-3-Clause |
| First Release | over 5 years ago |
| Last Synced | about 2 months ago |
Repository
| Stars | 141 on GitHub |
| Forks | 36 on GitHub |