-
Notifications
You must be signed in to change notification settings - Fork 1
/
.markdownlint.json
46 lines (46 loc) · 1.08 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
{
"default": true,
"MD033": false,
"MD041": false,
"MD013": false,
"ul-style": {
"style": "consistent"
},
"list-indent": true,
"ul-indent": true,
"no-trailing-spaces": true,
"no-hard-tabs": true,
"no-reversed-links": true,
"no-multiple-blanks": {
"maximum": 2
},
"commands-show-output": true,
"no-missing-space-atx": true,
"no-multiple-space-atx": true,
"no-missing-space-closed-atx": true,
"no-multiple-space-closed-atx": true,
"blanks-around-headings": true,
"heading-start-left": true,
"no-trailing-punctuation": {
"punctuation": ".,;:!?"
},
"no-multiple-space-blockquote": true,
"list-marker-space": true,
"blanks-around-fences": true,
"blanks-around-lists": true,
"no-bare-urls": true,
"no-space-in-emphasis": true,
"no-space-in-code": true,
"no-space-in-links": true,
"proper-names": true,
"single-trailing-newline": true,
"emphasis-style": {
"style": "consistent"
},
"strong-style": {
"style": "consistent"
},
"link-fragments": true,
"link-image-reference-definitions": true,
"link-image-style": true
}