From 8049bd50bb705b2f3049496b8875e5c704a557df Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Tue, 24 Jan 2023 04:52:07 +0000 Subject: python/python3-markdown-it-py: Added (Markdown parser done right) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python3-markdown-it-py/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-markdown-it-py/README (limited to 'python/python3-markdown-it-py/README') diff --git a/python/python3-markdown-it-py/README b/python/python3-markdown-it-py/README new file mode 100644 index 0000000000..6f39da25bc --- /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 -- cgit v1.2.3