@unito/integration-sdk
Version:
Integration SDK
61 lines (60 loc) • 1.2 kB
JSON
{
"type": "root",
"children": [
{
"type": "paragraph",
"children": [
{
"type": "inlineCode",
"children": [
{
"type": "text",
"value": "on one line, should be an inline code!!"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "inlineCode",
"children": [
{
"type": "text",
"value": "This should "
},
{
"type": "strong",
"children": [
{
"type": "text",
"value": "also"
}
]
},
{
"type": "text",
"value": " be considered inline code!"
}
]
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "inlineCode",
"children": [
{
"type": "text",
"value": "\nconsole.log('allo');\nconsole.log('bonjour');\nconsole.log('toi');\n"
}
]
}
]
}
]
}