@unito/integration-sdk
Version:
Integration SDK
42 lines (41 loc) • 763 B
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "emphasis",
"children": [
{
"type": "text",
"value": "italic text"
}
]
},
{
"type": "break",
"children": []
},
{
"type": "emphasis",
"children": [
{
"type": "text",
"value": "italic text with "
},
{
"type": "strong",
"children": [
{
"type": "text",
"value": "bold!!!"
}
]
}
]
}
]
}
]
}