@unito/integration-sdk
Version:
Integration SDK
60 lines (59 loc) • 980 B
JSON
{
"type": "root",
"children": [
{
"type": "heading1",
"children": [
{
"type": "text",
"value": " # h1 header "
}
]
},
{
"type": "heading2",
"children": [
{
"type": "text",
"value": " ## h2 header ## "
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "### h3 header ###"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "###### h6 header"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "these are all headers!!!"
}
]
},
{
"type": "paragraph",
"children": [
{
"type": "text",
"value": "########## this one is not a header!!!"
}
]
}
]
}