pub fn is_table_row_line(line: &str) -> bool
/^\|.*\|.*\|/ — line looks like a table row (>= 3 pipes).
/^\|.*\|.*\|/