method
accept_paragraph
v1_8_7_330 -
Show latest stable
- Class:
SM::ToHtml
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