class RDoc::Markup::ToHtmlSnippet

def accept_heading heading

def accept_heading heading
  @res << "<p>#{to_html heading.text}\n"
  add_paragraph
end