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