class Asciidoctor::HTML5::InlineBreakTemplate

Public Instance Methods

template() click to toggle source
# File lib/asciidoctor/backends/html5.rb, line 578
  def template
    @template ||= @eruby.new "<%#encoding:UTF-8%><%= "\#@text<br>" %>
"
  end