AppFlowy/frontend/rust-lib/flowy-document2/tests/assets/json/simple.json
Kilu.He 29e80a0f32
refactor: support nested block struct (#4200)
* 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
2023-12-26 18:15:35 +08:00

9 lines
116 B
JSON

{
"type": "page",
"data": {
"delta": [{
"insert": "This is a paragraph"
}]
},
"children": []
}