diff options
Diffstat (limited to 'python/python3-markdown-it-py/README')
-rw-r--r-- | python/python3-markdown-it-py/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-markdown-it-py/README b/python/python3-markdown-it-py/README new file mode 100644 index 0000000000000..6f39da25bc9c8 --- /dev/null +++ b/python/python3-markdown-it-py/README @@ -0,0 +1,11 @@ +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 |