AppFlowy/frontend/rust-lib/flowy-document/tests/assets/json/simple.json
Kilu.He cb617cd9d3
feat: support markdown for heading 4-6 and inline math (#4917)
* feat: support-OAuth-login

* fix: optimize editor experience and fix bugs (0315)
2024-03-18 18:42:19 +08:00

12 lines
184 B
JSON

{
"type": "page",
"data": {
"delta": [{
"insert": "This is a paragraph",
"attributes": {
"font_color": "rgb(0, 0, 0)"
}
}]
},
"children": []
}