class Asciidoctor::Table::Cell

def text

Returns the converted String text for this Cell

This method shouldn't be used for cells that have the AsciiDoc style.

the foot row and body.
Used for cells in the head row as well as text-only (non-AsciiDoc) cells in

Public: Get the String text of this cell with substitutions applied.
def text
  apply_subs @text, @subs
end