mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
HTML Filter: Allow <ol start="2"> attribute to prevent "wrong" markdown results
This commit is contained in:
@@ -96,6 +96,7 @@ ALLOWED_ATTRIBUTES = {
|
||||
'div': ['class'],
|
||||
'p': ['class'],
|
||||
'span': ['class', 'title'],
|
||||
'ol': ['start'],
|
||||
# Update doc/user/markdown.rst if you change this!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user