mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix markup in emails: Consistently allow <pre> in markdown content
This commit is contained in:
@@ -42,6 +42,7 @@ ALLOWED_TAGS = [
|
||||
'h4',
|
||||
'h5',
|
||||
'h6',
|
||||
'pre',
|
||||
# Update doc/user/markdown.rst if you change this!
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user