@unito/integration-sdk
Version:
Integration SDK
27 lines (26 loc) • 475 B
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "This is a paragraph with an "
},
{
"type": "link",
"data": {
"url": "https://go'ogle.com"
},
"children": [
{
"type": "text",
"value": "hyperlink with a simple quote"
}
]
}
]
}
]
}