Fix bleach markdown
This commit is contained in:
parent
d36a15d02d
commit
d4cb680199
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ EXTENSION_CONFIGS = {
|
|||
},
|
||||
}
|
||||
|
||||
ALLOWED_TAGS = bleach.sanitizer.ALLOWED_TAGS + [
|
||||
ALLOWED_TAGS = list(bleach.sanitizer.ALLOWED_TAGS) + [
|
||||
"img",
|
||||
"center",
|
||||
"iframe",
|
||||
|
|
Loading…
Reference in a new issue