-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.yaml
More file actions
68 lines (68 loc) · 931 Bytes
/
Copy path.markdownlint.yaml
File metadata and controls
68 lines (68 loc) · 931 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
default: true
MD001: true
MD003:
style: atx
MD004:
style: dash
MD005: true
MD007:
indent: 2
start_indented: false
MD009:
br_spaces: 2
list_item_empty_lines: false
strict: false
MD010:
code_blocks: false
spaces_per_tab: 2
MD012:
maximum: 2
MD013: false
MD022:
lines_above: 1
lines_below: 1
MD024:
siblings_only: true
MD025:
front_matter_title: ^\s*title\s*[:=]
level: 1
MD026:
punctuation: .,;:!。,;:!
MD029:
style: ordered
MD030:
ol_multi: 1
ol_single: 1
ul_multi: 1
ul_single: 1
MD033:
allowed_elements:
- br
- img
- a
- details
- summary
- div
MD034: false
MD036:
punctuation: .,;:!?。,;:!?
MD040: true
MD041: false
MD042: true
MD044:
code_blocks: false
MD045: true
MD046:
style: fenced
MD047: true
MD048:
style: backtick
MD049:
style: asterisk
MD050:
style: asterisk
MD051: true
MD052: true
MD053:
ignored_definitions: []