UNPKG

@unito/integration-sdk

Version:

Integration SDK

110 lines (109 loc) 2.51 kB
{ "type": "root", "children": [ { "type": "listUnordered", "children": [ { "type": "listItem", "children": [ { "type": "text", "value": "list item 1" } ] }, { "type": "listItem", "children": [ { "type": "text", "value": "list item 2" } ] }, { "type": "listItem", "children": [ { "type": "text", "value": "list item 2" }, { "type": "listUnordered", "children": [ { "type": "listItem", "children": [ { "type": "text", "value": "nested item" } ] }, { "type": "listItem", "children": [ { "type": "text", "value": "nested item" } ] }, { "type": "listItem", "children": [ { "type": "text", "value": "new nested list " }, { "type": "emphasis", "children": [ { "type": "text", "value": "item" } ] }, { "type": "text", "value": "!!!" } ] } ] } ] }, { "type": "listItem", "children": [ { "type": "text", "value": "list item 3" } ] }, { "type": "listItem", "children": [ { "type": "text", "value": "Adding a new " }, { "type": "strong", "children": [ { "type": "text", "value": "item" } ] } ] } ] } ] }