Methods

Class/Module Index [+]

Quicksearch

Asciidoctor::HTML5::BlockFloatingTitleTemplate

Public Instance Methods

template() click to toggle source
# File lib/asciidoctor/backends/html5.rb, line 299
def template
  @template ||= @eruby.new <%#encoding:UTF-8%><h<%= @level + 1 %>#{id} class="#{style_class false}#{role_class}"><%= title %></h<%= @level + 1 %>>
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.