[
  {
    "component": "Heading",
    "content": "This is a h1",
    "level": 1
  },
  {
    "component": "Text",
    "content": "This is some text"
  },
  {
    "component": "Line"
  },
  {
    "component": "Image",
    "alt": "Random Unsplash image",
    "height": 200,
    "source": "https://source.unsplash.com/random/400x200",
    "width": 400
  },
  {
    "component": "Text",
    "content": "Above is a random Unsplash image"
  },
  {
    "component": "Line"
  }
]

This is a h1

This is some text


Random Unsplash image

Above is a random Unsplash image