table-multiline-scope-chain-stops-at-row

A multiline cell holds Block[], so there is no inline context for a slot; the chain stops at Row and the leading {} is orphaned

§4.8

Input

+------+------+
| **AA** | BB {.a}{.b}

Diagnostics

- code: CDN-0011
  level: warning

Output AST

- type: Table
  kind: multiline
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Paragraph
              children:
                - type: Strong
                  children:
                    - type: Text
                      value: AA
        - type: Cell
          children:
            - type: Paragraph
              children:
                - type: Text
                  value: BB
      attributes:
        - key: class
          value:
            - b