HTML Filter: Allow <ol start="2"> attribute to prevent "wrong" markdown results

This commit is contained in:
Raphael Michel
2022-07-06 09:06:03 +02:00
parent 5ded99c74a
commit 86be7b7934

View File

@@ -96,6 +96,7 @@ ALLOWED_ATTRIBUTES = {
'div': ['class'],
'p': ['class'],
'span': ['class', 'title'],
'ol': ['start'],
# Update doc/user/markdown.rst if you change this!
}