accept_blank_line(blank_line)
Adds blank_line to the output
# File lib/rdoc/markup/to_html.rb, line 268 def accept_blank_line(blank_line) # @res << annotate("<p />") << "\n" end