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",
|
"span",
|
||||||
"blockquote", # text layout
|
"blockquote", # text layout
|
||||||
"strike",
|
"strike",
|
||||||
|
"del",
|
||||||
|
"ins",
|
||||||
"strong",
|
"strong",
|
||||||
"u",
|
"u",
|
||||||
"em",
|
"em",
|
||||||
|
Loading…
Reference in New Issue
Block a user