{
  "type": "doc",
  "content": [
    {
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "text": "test content"
        }
      ]
    },
    {
      "type": "paragraph",
      "content": [
        {
          "type": "text",
          "marks": [
            {
              "type": "link",
              "attrs": {
                "href": "https://example.com",
                "target": "_blank",
                "rel": "noopener noreferrer nofollow",
                "class": "global-link",
                "data-kind": null
              }
            }
          ],
          "text": "my link"
        }
      ]
    }
  ]
}
      

preview:

test content

my link