blob: 157644bcca799c76216affe0e5f481678b6747fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
python3-markdown-it-py (Markdown parser done right)
-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
-High speed
-Safe by default
This is a Python port of markdown-it, and some of its associated
plugins. For more details see: https://markdown-it-py.readthedocs.io
+NOTE: 3.0.0 is last version to support python 3.9.
|