module Asciidoctor::Substitutors

def apply_header_subs text

Returns A String with header substitutions performed

text - String containing the text process

Public: Apply substitutions for header metadata and attribute assignments
def apply_header_subs text
  apply_subs text, HEADER_SUBS
end