cdn-0008-orphaned-caption-slot-filled

CDN-0008: after the first ^ line fills the caption slot, a second ^ line has no captionable predecessor (pointer cleared); emitted as Paragraph

§6.2 · source

Input

| col |
^ First caption
^ Second caption

Output AST

- type: Table
  caption:
    - type: Text
      value: First caption
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: col
- type: Paragraph
  children:
    - type: Text
      value: ^ Second caption

Diagnostics

- code: CDN-0008
  level: warning