# File lib/asciidoctor/converter/manpage.rb, line 621 def inline_footnote node if (index = node.attr 'index') %([#{index}]) elsif node.type == :xref %([#{node.text}]) end end