forked from pingcap/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.yaml
97 lines (67 loc) · 1.17 KB
/
.markdownlint.yaml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
comment: 'Markdownlint Rules for PingCAP docs'
# disable all by default
default: false
# MD001
heading-increment: true
# MD003
heading-style:
style: atx
# MD009
# no-trailing-spaces: true
# MD010
no-hard-tabs: true
# MD007
ul-indent:
indent: 4
# MD012
no-multiple-blanks: true
# commands-show-output: true
# MD018
no-missing-space-atx: true
# MD019
no-multiple-space-atx: true
# MD022
blanks-around-headings: true
# MD023
heading-start-left: true
# MD024
no-duplicate-heading:
siblings_only: true
# MD025
single-title:
front_matter_title: ''
# MD026
no-trailing-punctuation:
punctuation: '.,;:!。,;:!'
# MD027
no-multiple-space-blockquote: true
# MD029
ol-prefix:
style: ordered
# MD030
list-marker-space: true
# MD031
blanks-around-fences: true
# MD032
blanks-around-lists: true
# MD034
no-bare-urls: true
# MD037
no-space-in-emphasis: true
# MD038
no-space-in-code: true
# MD039
no-space-in-links: true
# MD042
no-empty-links: true
# proper-names:
# names: ['TiDB', 'TiKV', 'PingCAP']
# code_blocks: false
# MD045
no-alt-text: true
# MD046
code-block-style:
style: fenced
# single-trailing-newline: true
# MD041
first-line-heading: true