AppFlowy/frontend/rust-lib/flowy-document/tests/assets/json/quote.json

25 lines
388 B
JSON
Raw Normal View History

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