# File lib/maruku/ext/math/mathml_engines/none.rb, line 2
  def convert_to_mathml_none(kind, tex)
    code = xelem('code')
    tex_node = xtext(tex)
    code << tex_node
  end