From 9e505bc638e0eb7d40f0ce18afdfeb1077a98075 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 14 Jun 2021 14:33:36 +0000 Subject: improve markdown rendering and html saniti(s/z)ation; enable strikethrough with tildes --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9282914..089f3a4 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,7 @@ setup( install_requires = [ 'flask', 'markdown', + 'bleach', + 'pymdown-extensions', ], ) -- cgit v1.2.3