forked from CGM_Public/pretix_original
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