From 4f57e4ec6972bba8687946499bfd13078eff593a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 8 Jul 2022 13:02:04 +0100 Subject: python/python3-markdown2: Added (Python implementation of Markdown) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-markdown2/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-markdown2/README (limited to 'python/python3-markdown2/README') 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. -- cgit v1.2.3