Support for IE+MathPlayer.
Sync with latest Maruku.
This commit is contained in:
parent
1c05a94d1b
commit
488dd334f7
9 changed files with 74 additions and 28 deletions
|
@ -42,14 +42,6 @@ Same thing as `html_math_engine`, only for PNG output.
|
|||
module MaRuKu; module Out; module HTML
|
||||
|
||||
|
||||
def add_class_to(el, cl)
|
||||
el.attributes['class'] =
|
||||
if already = el.attributes['class']
|
||||
already + " " + cl
|
||||
else
|
||||
cl
|
||||
end
|
||||
end
|
||||
|
||||
# Creates an xml Mathml document of self.math
|
||||
def render_mathml(kind, tex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue