Merge pull request #3340 from CatoTH/Issue3339-Allow-OL-start-tag

Allow OL[start] - fixes #3339
This commit is contained in:
Norman Jäckel 2017-08-12 13:19:46 +02:00 committed by GitHub
commit c8e56b29a6

View File

@ -13,6 +13,7 @@ allowed_attributes = {
'img': ['alt', 'src', 'title'],
'a': ['href', 'title'],
'th': ['scope'],
'ol': ['start'],
}
allowed_styles = [
'color', 'background-color', 'height', 'width', 'text-align'