cdn-0008-orphaned-caption-after-imageblock-fallback

CDN-0008: an ImageBlock that fell back to a Paragraph is not captionable, so the following ^ line is orphaned and stays literal

§6.2 · source

Input

![a](b) trailing text
^ A caption

Output AST

- type: Paragraph
  children:
    - type: ImageInline
      alt:
        - type: Text
          value: a
      src: b
    - type: Text
      value: " trailing text"
- type: Paragraph
  children:
    - type: Text
      value: ^ A caption

Diagnostics

- code: CDN-0008
  level: warning