class RDoc::Markup::ToHtmlSnippet

def convert content

def convert content
  catch :done do
    return super
  end
  end_accepting
end