Parse the MCP reliability table rows from a section body.
Walks line-by-line looking for markdown table rows (| a | b | โฆ |). The first such row is the header, the second is the separator (|:---:|), and subsequent rows are data. Returns an empty array if no table is found.
Parse the MCP reliability table rows from a section body.
Walks line-by-line looking for markdown table rows (
| a | b | โฆ |). The first such row is the header, the second is the separator (|:---:|), and subsequent rows are data. Returns an empty array if no table is found.