table-row-surplus-dropped

The first content row fixes the column count; surplus cells in a later row are dropped and CDN-0018 is emitted

§4.8

Input

| A | B |
| C | D | E |

Diagnostics

- code: CDN-0018
  level: warning

Output AST

- type: Table
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: A
        - type: Cell
          children:
            - type: Text
              value: B
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: C
        - type: Cell
          children:
            - type: Text
              value: D
  columns:
    - type: Column
      align: start
    - type: Column
      align: start