# File lib/rdoc/markup/to_html_snippet.rb, line 187
  def convert content
    catch :done do
      return super
    end

    end_accepting
  end