forked from pingcap/docs-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.yaml
44 lines (41 loc) · 948 Bytes
/
.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
comment: 'Rules for PingCAP docs-cn'
# disable all by default
default: false
heading-increment: true
heading-style:
style: atx
no-trailing-spaces: true
no-hard-tabs: true
ul-indent:
indent: 4
no-multiple-blanks: true
# commands-show-output: true
no-missing-space-atx: true
no-multiple-space-atx: true
blanks-around-headings: true
heading-start-left: true
no-duplicate-heading:
siblings_only: true
single-title:
front_matter_title: ''
no-trailing-punctuation:
punctuation: '.,;:!。,;:!'
no-multiple-space-blockquote: true
ol-prefix:
style: ordered
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
no-empty-links: true
# proper-names:
# names: ['TiDB', 'TiKV', 'PingCAP']
# code_blocks: false
no-alt-text: true
code-block-style:
style: fenced
single-trailing-newline: true
first-line-heading: true