Skip to content

Commit 781f865

Browse files
committed
Add bullets support - stage 1
1 parent 5eb8b20 commit 781f865

File tree

2 files changed

+220
-154
lines changed

2 files changed

+220
-154
lines changed

app/src/main/assets/android-quill-sample.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -89,37 +89,37 @@
8989
}
9090
},
9191
{
92-
"insert": "Item 1",
92+
"insert": "Item 1\n",
9393
"attributes": {
9494
"list": "bullet"
9595
}
9696
},
9797
{
98-
"insert": "\n",
99-
"attributes": {}
100-
},
101-
{
102-
"insert": "Item 2",
98+
"insert": "Item 2\n",
10399
"attributes": {
104100
"list": "bullet"
105101
}
106102
},
107103
{
108-
"insert": "\n",
109-
"attributes": {}
104+
"insert": "Item 3\n",
105+
"attributes": {
106+
"list": "bullet"
107+
}
110108
},
111109
{
112-
"insert": "Item 3",
110+
"insert": "Item 4\n",
113111
"attributes": {
114112
"list": "bullet"
115113
}
116114
},
117115
{
118-
"insert": "\n",
119-
"attributes": {}
116+
"insert": "Item 5\n",
117+
"attributes": {
118+
"list": "bullet"
119+
}
120120
},
121121
{
122-
"insert": "Item 4\n",
122+
"insert": "Item 6\n",
123123
"attributes": {
124124
"list": "bullet"
125125
}

0 commit comments

Comments
 (0)