@@ -19,17 +19,11 @@ Markdown | Less | Pretty
19
19
["table", [
20
20
["table-header-row", [
21
21
["punctuation", "|"],
22
- ["table-header", [
23
- " Tables "
24
- ]],
22
+ ["table-header", [" Tables "]],
25
23
["punctuation", "|"],
26
- ["table-header", [
27
- " Are "
28
- ]],
24
+ ["table-header", [" Are "]],
29
25
["punctuation", "|"],
30
- ["table-header", [
31
- " Cool "
32
- ]],
26
+ ["table-header", [" Cool "]],
33
27
["punctuation", "|"]
34
28
]],
35
29
["table-line", [
@@ -43,60 +37,38 @@ Markdown | Less | Pretty
43
37
]],
44
38
["table-data-rows", [
45
39
["punctuation", "|"],
46
- ["table-data", [
47
- " col 3 is "
48
- ]],
40
+ ["table-data", [" col 3 is "]],
49
41
["punctuation", "|"],
50
- ["table-data", [
51
- " right-aligned "
52
- ]],
42
+ ["table-data", [" right-aligned "]],
53
43
["punctuation", "|"],
54
- ["table-data", [
55
- " $1600 "
56
- ]],
44
+ ["table-data", [" $1600 "]],
57
45
["punctuation", "|"],
46
+
58
47
["punctuation", "|"],
59
- ["table-data", [
60
- " col 2 is "
61
- ]],
48
+ ["table-data", [" col 2 is "]],
62
49
["punctuation", "|"],
63
- ["table-data", [
64
- " centered "
65
- ]],
50
+ ["table-data", [" centered "]],
66
51
["punctuation", "|"],
67
- ["table-data", [
68
- " $12 "
69
- ]],
52
+ ["table-data", [" $12 "]],
70
53
["punctuation", "|"],
54
+
71
55
["punctuation", "|"],
72
- ["table-data", [
73
- " zebra stripes "
74
- ]],
56
+ ["table-data", [" zebra stripes "]],
75
57
["punctuation", "|"],
76
- ["table-data", [
77
- " are neat "
78
- ]],
58
+ ["table-data", [" are neat "]],
79
59
["punctuation", "|"],
80
- ["table-data", [
81
- " $1 "
82
- ]],
60
+ ["table-data", [" $1 "]],
83
61
["punctuation", "|"]
84
62
]]
85
63
]],
86
64
87
65
["table", [
88
66
["table-header-row", [
89
- ["table-header", [
90
- "Markdown "
91
- ]],
67
+ ["table-header", ["Markdown "]],
92
68
["punctuation", "|"],
93
- ["table-header", [
94
- " Less "
95
- ]],
69
+ ["table-header", [" Less "]],
96
70
["punctuation", "|"],
97
- ["table-header", [
98
- " Pretty"
99
- ]]
71
+ ["table-header", [" Pretty"]]
100
72
]],
101
73
["table-line", [
102
74
["punctuation", "---"],
@@ -109,50 +81,37 @@ Markdown | Less | Pretty
109
81
["table-data", [
110
82
["italic", [
111
83
["punctuation", "*"],
112
- ["content", [
113
- "Still"
114
- ]],
84
+ ["content", ["Still"]],
115
85
["punctuation", "*"]
116
86
]]
117
87
]],
118
88
["punctuation", "|"],
119
89
["table-data", [
120
- ["code", "`renders`"]
90
+ ["code-snippet ", "`renders`"]
121
91
]],
122
92
["punctuation", "|"],
123
93
["table-data", [
124
94
["bold", [
125
95
["punctuation", "**"],
126
- ["content", [
127
- "nicely"
128
- ]],
96
+ ["content", ["nicely"]],
129
97
["punctuation", "**"]
130
98
]]
131
99
]],
132
- ["table-data", [
133
- "1 "
134
- ]],
100
+
101
+ ["table-data", ["1 "]],
135
102
["punctuation", "|"],
136
- ["table-data", [
137
- " 2 "
138
- ]],
103
+ ["table-data", [" 2 "]],
139
104
["punctuation", "|"],
140
- ["table-data", [
141
- " 3"
142
- ]]
105
+ ["table-data", [" 3"]]
143
106
]]
144
107
]],
145
108
146
109
["table", [
147
110
["table-header-row", [
148
111
["punctuation", "|"],
149
- ["table-header", [
150
- "Abc "
151
- ]],
112
+ ["table-header", ["Abc "]],
152
113
["punctuation", "|"],
153
- ["table-header", [
154
- " Def "
155
- ]],
114
+ ["table-header", [" Def "]],
156
115
["punctuation", "|"]
157
116
]],
158
117
["table-line", [
@@ -163,12 +122,10 @@ Markdown | Less | Pretty
163
122
["table-data-rows", [
164
123
["punctuation", "|"],
165
124
["table-data", [
166
- ["code", "`` `. ``"]
125
+ ["code-snippet ", "`` `. ``"]
167
126
]],
168
127
["punctuation", "|"],
169
- ["table-data", [
170
- "2"
171
- ]],
128
+ ["table-data", ["2"]],
172
129
["punctuation", "|"]
173
130
]]
174
131
]]
0 commit comments