class Asciidoctor::HTML5::BlockPageBreakTemplate

Public Instance Methods

template() click to toggle source
# File lib/asciidoctor/backends/html5.rb, line 570
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><div style="page-break-after: always"></div>
"
  end