class Asciidoctor::Inline
def reftext
For a reference node (:ref or :bibref), the text is the reftext (and the reftext attribute is not set).
def reftext (val = @text) ? (apply_reftext_subs val) : nil end
def reftext (val = @text) ? (apply_reftext_subs val) : nil end