AppFlowy/frontend/rust-lib/flowy-document2/tests/assets/json/divider.json
Kilu.He dd9b1fb78f
feat: support converting documents to JSON, HTML, or TEXT. (#3811)
* feat: support converting documents to JSON, HTML, or TEXT

* fix: modify the comment

* fix: modify the comment
2023-10-30 12:50:31 +08:00

10 lines
109 B
JSON

{
"type": "page",
"data": {},
"children": [
{
"type": "divider",
"data": {}
}
]
}