From 1347f14e3125a36ec74663c88e5743fb68e002dd Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 21 Jun 2021 04:45:52 +0000 Subject: the marquee tag is a requirement --- apioforum/mdrender.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apioforum/mdrender.py b/apioforum/mdrender.py index 5f5292d..8c59c42 100644 --- a/apioforum/mdrender.py +++ b/apioforum/mdrender.py @@ -12,6 +12,7 @@ allowed_tags = [ 'del', 'mark', 'img', + 'marquee' ] allowed_attributes = bleach.sanitizer.ALLOWED_ATTRIBUTES.copy() -- cgit v1.2.3