aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-markdown-it-py/pkg-descr
blob: b738dbe07daebf397341b997600df005fa9ac2e7 (plain) (tree)
1
2
3
4
5
6
7






                                                                               
markdown-it-py is a Python port of markdown-it, and some of its associated
plugins.
- Follows the CommonMark spec for baseline parsing
- Configurable syntax: you can add new rules and even replace existing ones.
- Pluggable: Adds syntax extensions to extend the parser (see the plugin list).
- High speed (see our benchmarking tests)
- Safe by default