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