Methods

Class/Module Index [+]

Quicksearch

Asciidoctor::HTML5::BlockQuoteTemplate

Public Instance Methods

template() click to toggle source
# File lib/asciidoctor/backends/html5.rb, line 569
def template
  @template ||= @eruby.new <%#encoding:UTF-8%><div#{id} class="quoteblock#{role_class}">#{title_div}<blockquote><%= content %></blockquote><%if (attr? :attribution) || (attr? :citetitle) %><div class="attribution"><%  if attr? :citetitle %><cite><%= attr :citetitle %></cite><%  end  if attr? :attribution    if attr? :citetitle %><br><%    end %><%= "&#8212; \#{attr :attribution}" %><%  end %></div><%end %></div>
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.