Update markdown

This commit is contained in:
cuom1999 2022-10-25 18:12:28 -05:00
parent 8f95b070cd
commit 2d5c04fde8

View file

@ -47,6 +47,8 @@ ALLOWED_TAGS = bleach.sanitizer.ALLOWED_TAGS + [
"dl",
"dt",
"dd",
"br",
]
ALLOWED_ATTRS = ["src", "width", "height", "href", "class"]