# File lib/asciidoctor/substituters.rb, line 133
  def apply_passthrough_subs(lines)
    if attr? 'subs'
      subs = resolve_subs(attr('subs'))
    else
      subs = [:attributes, :macros]
    end
    apply_subs(lines.join, subs)
  end