Method OnTextChanged
OnTextChanged()
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.
protected override void OnTextChanged()