-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.json
51 lines (51 loc) · 1.02 KB
/
.markdownlint.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
{
"default": true,
"MD007": { "indent": 4 },
"no-hard-tabs": false,
"MD013": { "line_length": 100 },
"MD030": { "ul_multi": 3, "ul_single": 3, "ol_multi": 1, "ol_single": 1 },
"MD033": {
"allowed_elements": [
"input",
"script",
"style",
"div",
"p",
"ClientOnly",
"ivy-button",
"br",
"span",
"ivy-space",
"ivy-collapse",
"ivy-collapse-item",
"ivy-divider",
"textarea",
"ivy-radio",
"ivy-radio-group",
"ivy-checkbox",
"ivy-checkbox-group",
"ivy-aspect-ratio",
"ivy-icon",
"ivy-circle",
"ivy-pagination",
"ivy-carousel",
"ivy-carousel-item",
"ivy-image",
"ivy-description-item",
"ivy-description",
"ivy-rate",
"ivy-input",
"ivy-avatar",
"ivy-scrollbar",
"ivy-table",
"ivy-table-column",
"ivy-drawer",
"ivy-tooltip",
"ivy-details",
"ivy-tree",
"ivy-link",
"ivy-tag",
"ivy-text"
]
}
}