forked from Amplitude-Developer-Docs/amplitude-dev-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.json
48 lines (48 loc) · 1.28 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
{
"MD002": false,
"MD003": {"style": "consistent"},
"MD004": {"style": "consistent"},
"MD005": true,
"MD006": true,
"MD007": false,
"MD009": false,
"MD010": { "code_blocks": true, "spaces_per_tab": 1},
"MD011": true,
"MD012": {"maximum": 1},
"MD013": false,
"MD014": true,
"MD018": true,
"MD019": true,
"MD020": true,
"MD021": true,
"MD022": {"lines_above": 1, "lines_below": 1},
"MD023": true,
"MD024": {"allow_different_nesting": false, "siblings_only": true},
"MD025": {"level": 1, "front_matter_title": "^\\s*title\\s*[:=]" },
"MD026": { "punctuation": ".,;:!。,;:" },
"MD027": true,
"MD028": true,
"MD029": {"style": "one_or_ordered"},
"MD030": {"ul_single": 1, "ol_single": 1, "ul_multi": 1, "ol_multi": 1},
"MD032": true,
"MD033": false,
"MD034": false,
"MD035": {"style":"consistent"},
"MD036": { "punctuation": ".,;:!?。,;:!?"},
"MD037": true,
"MD038": false,
"MD039": true,
"MD040": true,
"MD041": {"level": 1, "front_matter_title": "^\\s*title\\s*[:=]"},
"MD042": true,
"MD043": false,
"MD044": false,
"MD045": true,
"MD046": false,
"MD047": false,
"MD048": {"style": "consistent"},
"MD049": {"style": "consistent"},
"MD050": {"style": "consistent"},
"MD051": false,
"MD053": false
}