Method TryParse
TryParse(IReadOnlyList<string>)
Parses consecutive raw table lines into a TableData instance.
public static TableData? TryParse(IReadOnlyList<string> lines)
Parameters
linesIReadOnlyList<string>Raw markdown table lines (header, separator, body rows).