Add support for “start” and “reversed” attributes to ol element
Fixes #1367
This commit is contained in:
@ -90,6 +90,7 @@ class Sanitize
|
||||
'span' => %w(class),
|
||||
'abbr' => %w(title),
|
||||
'blockquote' => %w(cite),
|
||||
'ol' => %w(start reversed),
|
||||
},
|
||||
|
||||
add_attributes: {
|
||||
|
Reference in New Issue
Block a user