@unito/integration-sdk
Version:
Integration SDK
69 lines (68 loc) • 1.34 kB
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "This is a paragraph with an "
},
{
"type": "link",
"data": {
"url": "https://google.com"
},
"children": [
{
"type": "text",
"value": "hyperlink!!!!"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "This is a paragraph with empty "
},
{
"type": "link",
"data": {
"url": "https://google.com"
},
"children": [
{
"type": "text",
"value": "https://google.com"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "This is a paragraph with an "
},
{
"type": "link",
"data": {
"url": "https://google.com"
},
"children": [
{
"type": "text",
"value": "hyperlink transformed into an anchor tag :/ !!!!"
}
]
}
]
}
]
}