aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/markup
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup')
-rw-r--r--lib/rdoc/markup/simple_markup/to_flow.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markup/simple_markup/to_flow.rb b/lib/rdoc/markup/simple_markup/to_flow.rb
index 401703a72a..048e71abce 100644
--- a/lib/rdoc/markup/simple_markup/to_flow.rb
+++ b/lib/rdoc/markup/simple_markup/to_flow.rb
@@ -113,7 +113,7 @@ module SM
end
def accept_heading(am, fragment)
- @res << Flow::H.new(fragment.head_level, am.flow(fragment.txt))
+ @res << Flow::H.new(fragment.head_level, convert_flow(am.flow(fragment.txt)))
end