Property Text
Text
Gets or sets the table content as a pipe-delimited Markdown table string. The setter parses the text via TryParse(IReadOnlyList<string>) and updates TableData. Invalid or empty text clears the table.
public override string Text { get; set; }