diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-01-24 04:52:07 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:23:01 +0700 |
commit | 8049bd50bb705b2f3049496b8875e5c704a557df (patch) | |
tree | c9622d09f0ad42caf7e6aab334dbc8b0bc796873 /python/python3-markdown-it-py/README | |
parent | 77d54a35b4ac2004ef1801d2421dad1ea292b6af (diff) |
python/python3-markdown-it-py: Added (Markdown parser done right)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 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 |