Merge pull request #5050 from emanuelschuetze/additional-html-tags

Allow <del> and <ins> html tags.
This commit is contained in:
Emanuel Schütze 2019-09-24 13:23:36 +02:00 committed by GitHub
commit b33c01f1aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",