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

@@ -145,7 +145,7 @@ to get a better plain text representation of your text. Note however, that for
security reasons you can only use the following HTML elements::
a, abbr, acronym, b, br, code, div, em, h1, h2,
h3, h4, h5, h6, hr, i, li, ol, p, span, strong,
h3, h4, h5, h6, hr, i, li, ol, p, pre, span, strong,
table, tbody, td, thead, tr, ul
Additionally, only the following attributes are allowed on them::