Allow <s> in markdown

This commit is contained in:
Raphael Michel
2023-12-05 15:31:20 +01:00
parent 859df96afc
commit 6fc76d4122
2 changed files with 3 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ ALLOWED_TAGS_SNIPPET = [
'i',
'strong',
'span',
'strike',
's',
# Update doc/user/markdown.rst if you change this!
]
ALLOWED_TAGS = ALLOWED_TAGS_SNIPPET + [