Skip to content

Commit

Permalink
Add bullets support - stage 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Feb 20, 2024
1 parent 5eb8b20 commit 781f865
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 154 deletions.
24 changes: 12 additions & 12 deletions app/src/main/assets/android-quill-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,37 +89,37 @@
}
},
{
"insert": "Item 1",
"insert": "Item 1\n",
"attributes": {
"list": "bullet"
}
},
{
"insert": "\n",
"attributes": {}
},
{
"insert": "Item 2",
"insert": "Item 2\n",
"attributes": {
"list": "bullet"
}
},
{
"insert": "\n",
"attributes": {}
"insert": "Item 3\n",
"attributes": {
"list": "bullet"
}
},
{
"insert": "Item 3",
"insert": "Item 4\n",
"attributes": {
"list": "bullet"
}
},
{
"insert": "\n",
"attributes": {}
"insert": "Item 5\n",
"attributes": {
"list": "bullet"
}
},
{
"insert": "Item 4\n",
"insert": "Item 6\n",
"attributes": {
"list": "bullet"
}
Expand Down
Loading

0 comments on commit 781f865

Please sign in to comment.