Support svg:foreignObject
Fixes to the html5lib sanitizer and maruku to support the SVG <foreignObject> element. Also update to the latest REXML.
This commit is contained in:
parent
15640ca7a3
commit
5dd0507acc
6 changed files with 28 additions and 23 deletions
|
@ -103,7 +103,8 @@ module MaRuKu; module Out; module HTML
|
|||
|
||||
if mathml
|
||||
add_class_to(mathml, 'maruku-mathml')
|
||||
span << mathml
|
||||
return mathml
|
||||
# span << mathml
|
||||
end
|
||||
|
||||
if png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue