table-pipe-no-closer

The trailing | is optional; a row without a closer has the same cell count as one with it

§4.8 · source

Input

| A | B

Output AST

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