# File lib/asciidoctor/table.rb, line 277
  def text
    apply_subs @text, (@style == :literal ? BASIC_SUBS : NORMAL_SUBS)
  end