cdn-0018-no-fire-short-row

CDN-0018 does not fire on a short row: padding loses nothing, so it is normalisation rather than a dropped-content event

§4.8 · source

Input

| A | B | C |
| D |

Diagnostics

[]

Output AST

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