Skip to content

Commit 8e36a88

Browse files
committed
Minor change
1 parent 527bd7e commit 8e36a88

File tree

1 file changed

+163
-1
lines changed

1 file changed

+163
-1
lines changed
+163-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,165 @@
11
{
2-
"spans": [{"insert":"RichEditor","attributes":{"bold":true,"header":1}},{"insert":"\nAndroid ","attributes":{}},{"insert":"WYSIWYG ","attributes":{"bold":true,"italic":true}},{"insert":"Rich editor for ","attributes":{}},{"insert":"Jetpack compose.\n\n","attributes":{"bold":true,"underline":true}},{"insert":"Features","attributes":{"bold":true,"header":3}},{"insert":"\nThe editor offers the following ","attributes":{}},{"insert":"options:\n","attributes":{"bold":true,"italic":true,"underline":true}},{"insert":"\n","attributes":{}},{"insert":"Bold\n","attributes":{"bold":true}},{"insert":"Italic\n","attributes":{"italic":true}},{"insert":"Underline\n","attributes":{"underline":true}},{"insert":"Different ","attributes":{}},{"insert":"Headings\n\n","attributes":{"bold":true,"italic":true,"underline":true}},{"insert":"Bullet List:\n","attributes":{"bold":true}},{"insert":"Item 1","attributes":{"list":"bullet"}},{"insert":"\n","attributes":{}},{"insert":"Item 2","attributes":{"list":"bullet"}},{"insert":"\n","attributes":{}},{"insert":"Item 3","attributes":{"list":"bullet"}},{"insert":"\n","attributes":{}},{"insert":"Item 4\n","attributes":{"list":"bullet"}},{"insert":"\n","attributes":{}},{"insert":"Credits","attributes":{"bold":true,"header":3}},{"insert":"\n\n","attributes":{}},{"insert":"RichEditor ","attributes":{"bold":true}},{"insert":"for compose is developed and maintained by the ","attributes":{}},{"insert":"canopas team.\n\n","attributes":{"bold":true,"italic":true,"underline":true}},{"insert":"Thank You! 😊\n\n","attributes":{}}]
2+
"spans": [
3+
{
4+
"insert": "RichEditor",
5+
"attributes": {
6+
"bold": true,
7+
"header": 1
8+
}
9+
},
10+
{
11+
"insert": "\nAndroid ",
12+
"attributes": {}
13+
},
14+
{
15+
"insert": "WYSIWYG ",
16+
"attributes": {
17+
"bold": true,
18+
"italic": true
19+
}
20+
},
21+
{
22+
"insert": "Rich editor for ",
23+
"attributes": {}
24+
},
25+
{
26+
"insert": "Jetpack compose.\n\n",
27+
"attributes": {
28+
"bold": true,
29+
"underline": true
30+
}
31+
},
32+
{
33+
"insert": "Features",
34+
"attributes": {
35+
"bold": true,
36+
"header": 3
37+
}
38+
},
39+
{
40+
"insert": "\nThe editor offers the following ",
41+
"attributes": {}
42+
},
43+
{
44+
"insert": "options:\n",
45+
"attributes": {
46+
"bold": true,
47+
"italic": true,
48+
"underline": true
49+
}
50+
},
51+
{
52+
"insert": "\n",
53+
"attributes": {}
54+
},
55+
{
56+
"insert": "Bold\n",
57+
"attributes": {
58+
"bold": true
59+
}
60+
},
61+
{
62+
"insert": "Italic\n",
63+
"attributes": {
64+
"italic": true
65+
}
66+
},
67+
{
68+
"insert": "Underline\n",
69+
"attributes": {
70+
"underline": true
71+
}
72+
},
73+
{
74+
"insert": "Different ",
75+
"attributes": {}
76+
},
77+
{
78+
"insert": "Headings\n\n",
79+
"attributes": {
80+
"bold": true,
81+
"italic": true,
82+
"underline": true
83+
}
84+
},
85+
{
86+
"insert": "Bullet List:\n",
87+
"attributes": {
88+
"bold": true
89+
}
90+
},
91+
{
92+
"insert": "Item 1",
93+
"attributes": {
94+
"list": "bullet"
95+
}
96+
},
97+
{
98+
"insert": "\n",
99+
"attributes": {}
100+
},
101+
{
102+
"insert": "Item 2",
103+
"attributes": {
104+
"list": "bullet"
105+
}
106+
},
107+
{
108+
"insert": "\n",
109+
"attributes": {}
110+
},
111+
{
112+
"insert": "Item 3",
113+
"attributes": {
114+
"list": "bullet"
115+
}
116+
},
117+
{
118+
"insert": "\n",
119+
"attributes": {}
120+
},
121+
{
122+
"insert": "Item 4\n",
123+
"attributes": {
124+
"list": "bullet"
125+
}
126+
},
127+
{
128+
"insert": "\n",
129+
"attributes": {}
130+
},
131+
{
132+
"insert": "Credits",
133+
"attributes": {
134+
"bold": true,
135+
"header": 3
136+
}
137+
},
138+
{
139+
"insert": "\n\n",
140+
"attributes": {}
141+
},
142+
{
143+
"insert": "RichEditor ",
144+
"attributes": {
145+
"bold": true
146+
}
147+
},
148+
{
149+
"insert": "for compose is developed and maintained by the ",
150+
"attributes": {}
151+
},
152+
{
153+
"insert": "canopas team.\n\n",
154+
"attributes": {
155+
"bold": true,
156+
"italic": true,
157+
"underline": true
158+
}
159+
},
160+
{
161+
"insert": "Thank You! 😊\n\n",
162+
"attributes": {}
163+
}
164+
]
3165
}

0 commit comments

Comments
 (0)