Merge pull request #5050 from emanuelschuetze/additional-html-tags
Allow <del> and <ins> html tags.
This commit is contained in:
commit
b33c01f1aa
@ -9,6 +9,8 @@ allowed_tags = [
|
||||
"span",
|
||||
"blockquote", # text layout
|
||||
"strike",
|
||||
"del",
|
||||
"ins",
|
||||
"strong",
|
||||
"u",
|
||||
"em",
|
||||
|
Loading…
Reference in New Issue
Block a user