diff options
author | citrons <citrons> | 2021-06-21 04:45:52 +0000 |
---|---|---|
committer | citrons <citrons> | 2021-06-21 04:45:52 +0000 |
commit | 1347f14e3125a36ec74663c88e5743fb68e002dd (patch) | |
tree | 5cffb36929ee7b225ea97b2b006779746aa523e5 | |
parent | bb96e4fdef872144da8be67fabe53a458d171b06 (diff) |
the marquee tag is a requirement
-rw-r--r-- | apioforum/mdrender.py | 1 |
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() |