From 730dce2bb146a8b133384ecc7ee322ec64e875e6 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 5 Aug 2019 14:31:02 -0600 Subject: [PATCH] Markdown: add to HTML whitelist is a better element for doing "side comments" instead of having people hijack for that purpose. It will have to be typed in manually since there's no markdown syntax for it, but I think it's good to allow. --- tildes/tildes/lib/markdown.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/tildes/lib/markdown.py b/tildes/tildes/lib/markdown.py index 3b724c5..b393e3d 100644 --- a/tildes/tildes/lib/markdown.py +++ b/tildes/tildes/lib/markdown.py @@ -77,6 +77,7 @@ HTML_TAG_WHITELIST = ( "ol", "p", "pre", + "small", "strong", "sub", "sup",