aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/markup/to_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup/to_test.rb')
-rw-r--r--lib/rdoc/markup/to_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markup/to_test.rb b/lib/rdoc/markup/to_test.rb
index f79f9475f1..4847fd29f7 100644
--- a/lib/rdoc/markup/to_test.rb
+++ b/lib/rdoc/markup/to_test.rb
@@ -21,7 +21,7 @@ class RDoc::Markup::ToTest < RDoc::Markup::Formatter
end
def accept_paragraph(paragraph)
- @res << paragraph.text
+ @res << convert_flow(@am.flow(paragraph.text))
end
def accept_raw raw