Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
convert_heading(level, flow)
private
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