cdn-0009-attrs-on-caption

CDN-0009: a trailing {attrs} sequence on a caption line has no scope-chain slot; emitted as literal Text; the parent block's attributes are unaffected

§6.5

Input

| col |
^ Caption text {.highlight}

Output AST

- type: Table
  kind: pipe
  caption:
    - type: Text
      value: Caption text {.highlight}
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: col

Diagnostics

- code: CDN-0009
  level: warning