accept_paragraph(am, fragment)public
No documentation available.
# File lib/rdoc/markup/simple_markup/to_html.rb, line 66
def accept_paragraph(am, fragment)
@res << annotate("<p>") + "\n"
@res << wrap(convert_flow(am.flow(fragment.txt)))
@res << annotate("</p>") + "\n"
end