Skip to content

Commit 01c2c30

Browse files
committed
Refactor comments
1 parent eb32637 commit 01c2c30

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ One special value, namely `'data*'`, can be used to allow all `data` properties.
127127
"src",
128128
"longDesc"
129129
],
130-
// ...
130+
//
131131
"*": [
132132
"abbr",
133133
"accept",
134134
"acceptCharset",
135-
// ...
135+
//
136136
"vspace",
137137
"width",
138138
"itemProp"
@@ -149,12 +149,12 @@ This is how the default GitHub schema allows only disabled checkbox inputs:
149149

150150
```js
151151
"attributes": {
152-
// ...
152+
//
153153
"input": [
154154
["type", "checkbox"],
155155
["disabled", true]
156156
],
157-
// ...
157+
//
158158
}
159159
```
160160

@@ -187,7 +187,7 @@ List of allowed tag names (`Array.<string>`).
187187
"h1",
188188
"h2",
189189
"h3",
190-
// ...
190+
//
191191
"strike",
192192
"summary",
193193
"details"
@@ -206,7 +206,7 @@ Map of protocols to allow in [*property values*][value]
206206
"https",
207207
"mailto"
208208
],
209-
// ...
209+
//
210210
"longDesc": [
211211
"http",
212212
"https"
@@ -225,7 +225,7 @@ Map of tag names to their required [*ancestor*][ancestor] [*elements*][element]
225225
"ol",
226226
"ul"
227227
],
228-
// ...
228+
//
229229
"tr": [
230230
"table"
231231
]

0 commit comments

Comments
 (0)