-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.json
More file actions
83 lines (83 loc) · 1.21 KB
/
Copy path.markdownlint.json
File metadata and controls
83 lines (83 loc) · 1.21 KB
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
{
"default": true,
"MD001": true,
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD007": {
"indent": 2
},
"MD009": {
"br_spaces": 2
},
"MD010": {
"code_blocks": false
},
"MD012": {
"maximum": 2
},
"MD013": {
"line_length": 500,
"heading_line_length": 80,
"code_block_line_length": 120,
"code_blocks": false,
"tables": false,
"headings": true,
"stern": false
},
"MD021": true,
"MD022": {
"lines_above": 1,
"lines_below": 1
},
"MD024": {
"siblings_only": true
},
"MD025": {
"front_matter_title": ""
},
"MD026": {
"punctuation": ".,;:!。,;:!"
},
"MD029": {
"style": "ordered"
},
"MD030": {
"ul_single": 1,
"ol_single": 1,
"ul_multi": 1,
"ol_multi": 1
},
"MD032": false,
"MD033": {
"allowed_elements": [
"details",
"summary",
"kbd",
"sub",
"sup",
"br",
"img",
"a"
]
},
"MD036": false,
"MD040": false,
"MD041": false,
"MD046": {
"style": "fenced"
},
"MD047": true,
"MD048": {
"style": "backtick"
},
"MD049": {
"style": "asterisk"
},
"MD050": {
"style": "asterisk"
}
}