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