{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "This "
        },
        {
          "type": "delete",
          "children": [
            {
              "type": "text",
              "value": "is strikethrough text"
            }
          ]
        },
        {
          "type": "text",
          "value": "!!!!"
        },
        {
          "type": "break",
          "children": []
        },
        {
          "type": "text",
          "value": "This is "
        },
        {
          "type": "delete",
          "children": [
            {
              "type": "text",
              "value": "strikethrough with "
            },
            {
              "type": "strong",
              "children": [
                {
                  "type": "text",
                  "value": "bold text!"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "This "
        },
        {
          "type": "delete",
          "children": [
            {
              "type": "text",
              "value": "  is also strikethrough text, we "
            }
          ]
        },
        {
          "type": "text",
          "value": " don't care about spaces."
        }
      ]
    }
  ]
}
