# File lib/asciidoctor/converter/html5.rb, line 1042
    def inline_button node
      %(<b class="button">#{node.text}</b>)
    end