@unito/integration-sdk
Version:
Integration SDK
66 lines (65 loc) • 1.23 kB
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "underline",
"children": [
{
"type": "text",
"value": "underlined text"
}
]
},
{
"type": "break",
"children": []
},
{
"type": "underline",
"children": [
{
"type": "text",
"value": "again some underlined text"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "underline",
"children": [
{
"type": "text",
"value": "another paragraph with underlined text"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "underline",
"children": [
{
"type": "strong",
"children": [
{
"type": "text",
"value": "underlined and bold text"
}
]
}
]
}
]
}
]
}