{
  "document": {
    "nodes": [{
      "object": "block",
      "type": "paragraph",
      "nodes": [{
        "object": "text",
        "leaves": [{
          "text": "The editor gives you full control over the logic you can add. For example, it's fairly common to want to add markdown-like shortcuts to editors. So that, when you start a line with \"> \" you get a blockquote that looks like this:"
        }]
      }]
    }, {
      "object": "block",
      "type": "block-quote",
      "nodes": [{
        "object": "text",
        "leaves": [{
          "text": "A wise quote."
        }]
      }]
    }, {
      "object": "block",
      "type": "paragraph",
      "nodes": [{
        "object": "text",
        "leaves": [{
          "text": "Order when you start a line with \"## \" you get a level-two heading, like this:"
        }]
      }]
    }, {
      "object": "block",
      "type": "heading-two",
      "nodes": [{
        "object": "text",
        "leaves": [{
          "text": "Try it out!"
        }]
      }]
    }, {
      "object": "block",
      "type": "paragraph",
      "nodes": [{
        "object": "text",
        "leaves": [{
          "text": "Try it out for yourself! Try starting a new line with \">\", \"-\", or \"#\"s."
        }]
      }]
    }]
  }
}