caption-imageblock-basic

A ^ line immediately after an ImageBlock sets caption; ImageInline on a line with other text does not qualify

§6.2

Input

![alt text](photo.jpg)
^ Photo from the event

Output AST

- type: ImageBlock
  alt:
    - type: Text
      value: alt text
  src: photo.jpg
  caption:
    - type: Text
      value: Photo from the event