mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +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'],
|
'div': ['class'],
|
||||||
'p': ['class'],
|
'p': ['class'],
|
||||||
'span': ['class', 'title'],
|
'span': ['class', 'title'],
|
||||||
|
'ol': ['start'],
|
||||||
# Update doc/user/markdown.rst if you change this!
|
# Update doc/user/markdown.rst if you change this!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user