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.
