Fix markup in emails: Consistently allow <pre> in markdown content

This commit is contained in:
Raphael Michel
2017-12-07 18:33:33 +01:00
parent 497679284a
commit 1011b67f0a
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ ALLOWED_TAGS = [
'h4',
'h5',
'h6',
'pre',
# Update doc/user/markdown.rst if you change this!
]