comment-table-row-trailing

Trailing ## comment after a row's content bubbles to Table.reflection at the row's line offset, NOT to any Row or cell

§4.8 · source

Input

| AA | BB | ## what is this?

Output AST

- type: Table
  reflection:
    - loc:
        start: 15
        end: 28
      text: what is this?
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: AA
        - type: Cell
          children:
            - type: Text
              value: BB