@blocknote/core
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
58 lines • 977 B
JSON
[
{
"id": "1",
"type": "paragraph",
"props": {
"textColor": "default",
"backgroundColor": "default",
"textAlignment": "left"
},
"content": [
{
"type": "text",
"text": "Bold",
"styles": {
"bold": true
}
},
{
"type": "text",
"text": " ",
"styles": {}
},
{
"type": "text",
"text": "Italic",
"styles": {
"italic": true
}
},
{
"type": "text",
"text": " ",
"styles": {}
},
{
"type": "text",
"text": "Strikethrough",
"styles": {
"strike": true
}
},
{
"type": "text",
"text": " ",
"styles": {}
},
{
"type": "text",
"text": "Multiple",
"styles": {
"bold": true,
"italic": true
}
}
],
"children": []
}
]