aboutsummaryrefslogtreecommitdiff
path: root/python/python3-markdown2/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2022-07-08 13:02:04 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:08 +0700
commit4f57e4ec6972bba8687946499bfd13078eff593a (patch)
tree373df2b29e4c643ef1a2a02e983a7acd4f15f2d6 /python/python3-markdown2/README
parent60bcf50d11aaad9b4deebb2e50039dbb62f8157f (diff)
python/python3-markdown2: Added (Python implementation of Markdown)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-markdown2/README')
-rw-r--r--python/python3-markdown2/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-markdown2/README b/python/python3-markdown2/README
new file mode 100644
index 0000000000..595da8606a
--- /dev/null
+++ b/python/python3-markdown2/README
@@ -0,0 +1,5 @@
+This (markdown2) is a fast and complete Python implementation
+of Markdown. It was written to closely match the behaviour of
+the original Perl-implemented Markdown.pl. Markdown2 also comes
+with a number of extensions (called "extras") for things like
+syntax coloring, tables, header-ids.