# File lib/asciidoctor/substituters.rb, line 86
  def apply_title_subs(title)
    apply_subs(title, [:specialcharacters, :quotes, :replacements, :macros, :attributes, :post_replacements])
  end