Method: Asciidoctor::AbstractNode#reftext

Defined in:
lib/asciidoctor/abstract_node.rb

#reftextObject

A convenience method that returns the value of the reftext attribute with substitutions applied.



264
265
266
# File 'lib/asciidoctor/abstract_node.rb', line 264

def reftext
  (val = @attributes['reftext']) ? (apply_reftext_subs val) : nil
end