cdn-0008-orphaned-caption-blank-line

CDN-0008: a blank line between a captionable block and a ^ line breaks binding; the ^ is orphaned

§6.5

Input

![alt](photo.jpg)

^ Orphaned caption

Output AST

- type: ImageBlock
  alt:
    - type: Text
      value: alt
  src: photo.jpg
- type: Paragraph
  children:
    - type: Text
      value: ^ Orphaned caption

Diagnostics

- code: CDN-0008
  level: warning