# File lib/rdoc/markup/to_html.rb, line 181 def accept_paragraph(paragraph) @res << "\n<p>" @res << wrap(to_html(paragraph.text)) @res << "</p>\n" end