# File lib/asciidoctor/substituters.rb, line 120
  def apply_para_subs(lines)
    if attr? 'subs'
      apply_subs(lines.join, resolve_subs(attr 'subs'))
    else
      apply_subs(lines.join)
    end
  end