# File lib/maruku/output/to_html.rb, line 90
  def to_html_document(context={})
    doc = to_html_document_tree

    xml = doc.to_s
    Xhtml11_mathml2_svg11 + xml
  end