# File lib/asciidoctor/converter/manpage.rb, line 614
    def inline_break node
      %(#{node.text}#{LF}#{ESC_FS}br)
    end