table-scope-chain-inline-sealed-cell

Writing the closer seals the last cell's inline context before the chain begins, so the chain stops at Row and the leading {} is orphaned

§4.8

Input

| AA | **BB** | {.a}{.b}{.c}

Diagnostics

- code: CDN-0011
  level: warning

Output AST

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