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 c751a180a4
commit da830ef0a4
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!
]