class GitHub::Markup::RDoc

def to_html

def to_html
  h = ::RDoc::Markup::ToHtml.new
  h.convert(@content)
end