Skip to main content

Module table_cells

Module table_cells 

Source
Expand description

Parses a Markdown/Gherkin table row (| a | b |) into trimmed cells + each cell’s source span — port of table-cells.ts / TableCells.java.

Structs§

RowCells
Parallel, same-length trimmed cells and their source spans.

Functions§

parse_row_cells
Splits line_text (a | a | b | row) into trimmed cells and each cell’s source span. line_start_offset is the row’s UTF-16 start offset in source.