table-cell-inline-attrs-orphan

A cell chain has exactly one slot, so a second group has nothing to claim and emits CDN-0011

§4.8

Input

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

Diagnostics

- code: CDN-0011
  level: warning

Output AST

- type: Table
  kind: pipe
  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: []
  attributes: []