mirror of
https://github.com/pretix/pretix.git
synced 2026-08-21 12:36:26 +00:00
Allow headlines with markdown
This commit is contained in:
@@ -27,7 +27,13 @@ ALLOWED_TAGS = [
|
|||||||
'td',
|
'td',
|
||||||
'th',
|
'th',
|
||||||
'div',
|
'div',
|
||||||
'span'
|
'span',
|
||||||
|
'h1',
|
||||||
|
'h2',
|
||||||
|
'h3',
|
||||||
|
'h4',
|
||||||
|
'h5',
|
||||||
|
'h6',
|
||||||
]
|
]
|
||||||
|
|
||||||
ALLOWED_ATTRIBUTES = {
|
ALLOWED_ATTRIBUTES = {
|
||||||
|
|||||||
Reference in New Issue
Block a user