{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "emphasis",
          "children": [
            {
              "type": "text",
              "value": "italic text"
            }
          ]
        },
        {
          "type": "break",
          "children": []
        },
        {
          "type": "emphasis",
          "children": [
            {
              "type": "text",
              "value": "italic text with "
            },
            {
              "type": "strong",
              "children": [
                {
                  "type": "text",
                  "value": "bold!!!"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
