blob: b738dbe07daebf397341b997600df005fa9ac2e7 (
plain) (
tree)
|
|
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
|