{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "Another email "
        },
        {
          "type": "link",
          "data": {
            "url": "mailto:someone@example.com"
          },
          "children": [
            {
              "type": "text",
              "value": "someone@example.com"
            }
          ]
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "With target blank "
        },
        {
          "type": "link",
          "data": {
            "url": "mailto:abc@gmail.com"
          },
          "children": [
            {
              "type": "text",
              "value": "abc@gmail.com"
            }
          ]
        },
        {
          "type": "text",
          "value": "."
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "My signature"
        },
        {
          "type": "break",
          "children": []
        },
        {
          "type": "link",
          "data": {
            "url": "mailto:erykw@unito.io"
          },
          "children": [
            {
              "type": "text",
              "value": "erykw@unito.io"
            }
          ]
        }
      ]
    }
  ]
}
