# File lib/asciidoctor/substitutors.rb, line 1212
  def unescape_brackets str
    if str.include? RS
      str = str.gsub ESC_R_SB, R_SB
    end unless str.empty?
    str
  end