aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/mdrender.py
diff options
context:
space:
mode:
authorcitrons <citrons>2021-06-21 04:45:52 +0000
committercitrons <citrons>2021-06-21 04:45:52 +0000
commit1347f14e3125a36ec74663c88e5743fb68e002dd (patch)
tree5cffb36929ee7b225ea97b2b006779746aa523e5 /apioforum/mdrender.py
parentbb96e4fdef872144da8be67fabe53a458d171b06 (diff)
the marquee tag is a requirement
Diffstat (limited to 'apioforum/mdrender.py')
-rw-r--r--apioforum/mdrender.py1
1 files changed, 1 insertions, 0 deletions
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()