# File lib/rdoc/markup/to_rdoc.rb, line 174 def accept_indented_paragraph paragraph @indent += paragraph.indent wrap attributes(paragraph.text) @indent -= paragraph.indent end