class RDoc::Markup::ToHtmlSnippet

def add_paragraph

def add_paragraph
  @paragraphs += 1
  throw :done if @paragraphs >= @paragraph_limit
end