Update Sanitizer
Support <menclose notation="...">.
This commit is contained in:
parent
90ad482ed2
commit
9a80cacc34
|
@ -19,8 +19,8 @@ module Sanitizer
|
||||||
source span strike strong sub summary sup table tbody td textarea tfoot
|
source span strike strong sub summary sup table tbody td textarea tfoot
|
||||||
th thead time tr tt u ul var video wbr]
|
th thead time tr tt u ul var video wbr]
|
||||||
|
|
||||||
mathml_elements = Set.new %w[annotation annotation-xml maction math merror mfrac
|
mathml_elements = Set.new %w[annotation annotation-xml maction math menclose merror
|
||||||
mfenced mi mmultiscripts mn mo mover mpadded mphantom mprescripts mroot
|
mfrac mfenced mi mmultiscripts mn mo mover mpadded mphantom mprescripts mroot
|
||||||
mrow mspace msqrt mstyle msub msubsup msup mtable mtd mtext mtr munder
|
mrow mspace msqrt mstyle msub msubsup msup mtable mtd mtext mtr munder
|
||||||
munderover none semantics]
|
munderover none semantics]
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ module Sanitizer
|
||||||
columnalign columnlines columnspacing columnspan depth display
|
columnalign columnlines columnspacing columnspan depth display
|
||||||
displaystyle encoding equalcolumns equalrows fence fontstyle fontweight
|
displaystyle encoding equalcolumns equalrows fence fontstyle fontweight
|
||||||
frame height linethickness lspace mathbackground mathcolor mathvariant
|
frame height linethickness lspace mathbackground mathcolor mathvariant
|
||||||
maxsize minsize open other rowalign
|
maxsize minsize notation open other rowalign
|
||||||
rowlines rowspacing rowspan rspace scriptlevel selection separator
|
rowlines rowspacing rowspan rspace scriptlevel selection separator
|
||||||
separators stretchy width xlink:href xlink:show xlink:type xmlns
|
separators stretchy width xlink:href xlink:show xlink:type xmlns
|
||||||
xmlns:xlink]
|
xmlns:xlink]
|
||||||
|
|
Loading…
Reference in a new issue