-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathunordered-lists.json
102 lines (102 loc) · 1.71 KB
/
unordered-lists.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"annotation": [
{
"markup": "# ",
"interpretAs": "# ",
"offset": {
"start": 0,
"end": 2
}
},
{
"text": "Unordered Lists",
"offset": {
"start": 2,
"end": 17
}
},
{
"markup": "\n\n",
"interpretAs": "\n\n",
"offset": {
"start": 17,
"end": 19
}
},
{
"text": "Unordered list test document.",
"offset": {
"start": 19,
"end": 48
}
},
{
"markup": "\n\n* ",
"interpretAs": "\n\n* ",
"offset": {
"start": 48,
"end": 52
}
},
{
"text": "bullets shouldn’t throw punctuation errors",
"offset": {
"start": 52,
"end": 94
}
},
{
"markup": "\n* ",
"interpretAs": "\n* ",
"offset": {
"start": 94,
"end": 97
}
},
{
"text": "bullets shouldn’t throw capitalization errors",
"offset": {
"start": 97,
"end": 142
}
},
{
"markup": "\n * ",
"interpretAs": "\n* ",
"offset": {
"start": 142,
"end": 147
}
},
{
"text": "bullets shouldn’t throw errors at any level",
"offset": {
"start": 147,
"end": 190
}
},
{
"markup": "\n * ",
"interpretAs": "\n* ",
"offset": {
"start": 190,
"end": 197
}
},
{
"text": "bullets shouldn’t throw errors at any level",
"offset": {
"start": 197,
"end": 240
}
},
{
"markup": "\n",
"interpretAs": "\n",
"offset": {
"start": 240,
"end": 241
}
}
]
}