# File lib/asciidoctor/converter/manpage.rb, line 635
    def inline_indexterm node
      node.type == :visible ? node.text : ''
    end