imageblock-basic

A line at block level beginning with ![ is classified as ImageBlock

§4.9

Input

![A sunset](photos/sunset.jpg)

Output AST

- type: ImageBlock
  alt:
    - type: Text
      value: A sunset
  src: photos/sunset.jpg