-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy path.markdownlint.yaml
More file actions
45 lines (43 loc) · 797 Bytes
/
.markdownlint.yaml
File metadata and controls
45 lines (43 loc) · 797 Bytes
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
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md
MD013:
# Number of characters
line_length: 1000
# Number of characters for headings
heading_line_length: 1000
# Number of characters for code blocks
code_block_line_length: 1000
# Include code blocks
code_blocks: true
# Include tables
tables: true
# Include headings
headings: true
# Strict length checking
strict: false
# Stern length checking
stern: false
MD024:
siblings_only: true
MD033:
# Allowed elements
allowed_elements:
[
sub,
script,
code,
pre,
img,
table,
th,
td,
tr,
tbody,
thead,
tfoot,
ul,
ol,
li,
p,
Bilibili,
Download
]