Methods

Files

Class/Module Index [+]

Quicksearch

Asciidoctor::DocBook45::BlockLiteralTemplate

Public Instance Methods

template() click to toggle source
# File lib/asciidoctor/backends/docbook45.rb, line 439
def template
  @template ||= @eruby.new <%#encoding:UTF-8%><% if !title? %><literallayout#{common_attrs_erb} class="monospaced"><%= template.preserve_endlines(content, self) %></literallayout><% else %><formalpara#{common_attrs_erb}>#{title_tag false}  <para>    <literallayout class="monospaced"><%= template.preserve_endlines(content, self) %></literallayout>  </para></formalpara><% end %>
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.