# File lib/asciidoctor/backends/html5.rb, line 325 def result(node) tag_name = "h#{node.level + 1}" id_attribute = node.id ? %( id="#{node.id}") : nil classes = [node.style, node.role].compact %(<#{tag_name}#{id_attribute} class="#{classes * ' '}">#{node.title}</#{tag_name}>) end
Generated with the Darkfish Rdoc Generator 2.