Methods

Class/Module Index [+]

Quicksearch

Asciidoctor::DocBook45::BlockVerseTemplate

Public Instance Methods

template() click to toggle source
# File lib/asciidoctor/backends/docbook45.rb, line 493
def template
  @template ||= @eruby.new <%#encoding:UTF-8%><blockquote#{common_attrs_erb}>#{title_tag}  <% if (attr? :attribution) || (attr? :citetitle) %>  <attribution>    <% if attr? :attribution %>    <%= (attr :attribution) %>    <% end %>    #{tag 'citetitle', :citetitle}  </attribution>  <% end %>  <literallayout><%= content %></literallayout></blockquote>
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.