convert_heading(level, flow)
Converts headings to hN elements
# File lib/rdoc/markup/to_html.rb, line 287 def convert_heading(level, flow) [annotate("<h#{level}>"), convert_flow(flow), annotate("</h#{level}>\n")].join end