# File lib/asciidoctor/converter/html5.rb, line 1038
    def inline_break node
      %(#{node.text}<br#{@void_element_slash}>)
    end