module Asciidoctor::Substitutors

def apply_reftext_subs text

Returns a String with all substitutions from the reftext substitution group applied

text - The String to process

Public: Apply substitutions for reftext.
def apply_reftext_subs text
  apply_subs text, REFTEXT_SUBS
end