class RDoc::Markup::ToHtml

def accept_heading(heading)

def accept_heading(heading)
  @res << convert_heading(heading.level, @am.flow(heading.text))
end