module Asciidoctor::Substitutors

def apply_normal_subs text

Returns the String with normal substitutions applied.

text - The String text to which to apply normal substitutions

An alias for apply_subs with default remaining arguments.

Public: Apply normal substitutions.
def apply_normal_subs text
  apply_subs text, NORMAL_SUBS
end