forked from sustainable-computing-io/kepler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.json
More file actions
46 lines (46 loc) · 763 Bytes
/
.markdownlint.json
File metadata and controls
46 lines (46 loc) · 763 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
{
"code-block-style": {
"style": "fenced"
},
"code-fence-style": {
"style": "backtick"
},
"heading-style": {
"style": "atx"
},
"hr-style": {
"style": "---"
},
"line-length": {
"strict": false,
"code_blocks": false
},
"proper-names": {
"code_blocks": false,
"names": [
"Markdown",
"markdown-it",
"markdownlint",
"markdownlint-cli2"
]
},
"strong-style": {
"style": "asterisk"
},
"table-pipe-style": {
"style": "leading_and_trailing"
},
"ul-style": {
"style": "dash"
},
"no-duplicate-header": {
"allow_different_nesting": true
},
"MD033": false,
"MD041": false,
"MD045": false,
"MD059": false,
"MD025": {
"front_matter_title": ""
}
}