aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-mistletoe/pkg/DESCR
blob: 9996dd8e07ff479a94d01b9b325e36470b91389c (plain) (blame)
1
2
3
4
5
6
7
mistletoe is a Markdown parser in pure Python, designed to be fast,
spec-compliant and fully customizable.  Apart from being the fastest
CommonMark-compliant Markdown parser implementation in pure Python,
mistletoe also supports easy definitions of custom tokens. Parsing
Markdown into an abstract syntax tree also allows us to swap out
renderers for different output formats, without touching any of the
core components.