Add support for “start” and “reversed” attributes to ol element

Fixes #1367
This commit is contained in:
Thibaut Girka
2020-07-01 00:06:22 +02:00
committed by ThibG
parent 814d3f343f
commit f186e0c91c
2 changed files with 5 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class Sanitize
'span' => %w(class),
'abbr' => %w(title),
'blockquote' => %w(cite),
'ol' => %w(start reversed),
},
add_attributes: {