caption-second-line-is-paragraph

The first ^ line fills the caption slot; a second consecutive ^ line has no captionable predecessor (slot filled) — emitted as Paragraph + CDN-0008

§6.2

Input

| col |
^ First caption
^ Second caption

Output AST

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