mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
29e80a0f32
* refactor: support nested block struct * fix: pasted bugs * fix: fix lift node * fix: unit test * fix: selection style * feat: support block color * fix: turn to block bugs * fix: code block bugs
9 lines
116 B
JSON
9 lines
116 B
JSON
{
|
|
"type": "page",
|
|
"data": {
|
|
"delta": [{
|
|
"insert": "This is a paragraph"
|
|
}]
|
|
},
|
|
"children": []
|
|
} |