wdpr
    Preparing search index...
    tableRule: BlockRule = ...

    Block rule for pipe-syntax tables.

    Parsing strategy:

    1. Verify the first token is a table column token at line start.
    2. Parse consecutive rows (each row is a line starting with a table column token).
    3. Each row is parsed by parseTableRow(), which iterates cells via parseCellStart() and parseTableCell().
    4. Emit a table element with _source: "pipe".