class RDoc::Markup::ToHtml

def accept_raw(raw)

def accept_raw(raw)
  @res << raw.parts.join("\n")
end