Skip to content

Instantly share code, notes, and snippets.

@ksimons
Created September 22, 2020 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksimons/22b74a63d6df7d53942391f0745e9d6a to your computer and use it in GitHub Desktop.
Save ksimons/22b74a63d6df7d53942391f0745e9d6a to your computer and use it in GitHub Desktop.
[
{
"type": "paragraph",
"children": [
{
"text": "Text with a link "
},
{
"type": "link",
"url": "https://kitemaker.co",
"children": [
{
"text": "https://kitemaker.co"
}
]
},
{
"text": " here"
}
]
},
{
"type": "paragraph",
"children": [
{
"text": "Text with "
},
{
"text": "bold",
"bold": true
},
{
"text": " and "
},
{
"text": "italic",
"italic": true
},
{
"text": " here"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment