@unito/integration-sdk
Version:
Integration SDK
39 lines (38 loc) • 668 B
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "strong",
"children": [
{
"type": "text",
"value": "bold text!!"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "emphasis",
"children": [
{
"type": "strong",
"children": [
{
"type": "text",
"value": "italic and bold text!!"
}
]
}
]
}
]
}
]
}