cdn-0008-orphaned-caption-non-captionable

CDN-0008: ^ line after a Paragraph (non-captionable block) is orphaned; emitted as Paragraph with literal text

§6.5

Input

Some paragraph text here.
^ Not a caption

Output AST

- type: Paragraph
  children:
    - type: Text
      value: Some paragraph text here.
- type: Paragraph
  children:
    - type: Text
      value: ^ Not a caption

Diagnostics

- code: CDN-0008
  level: warning