Allow <del> and <ins> html tags.

This commit is contained in:
Emanuel Schütze 2019-09-24 12:53:15 +02:00
parent 534f2d1835
commit 1ff616fe4f
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ allowed_tags = [
"span",
"blockquote", # text layout
"strike",
"del",
"ins",
"strong",
"u",
"em",