-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.markdownlint.json
More file actions
28 lines (28 loc) · 686 Bytes
/
Copy path.markdownlint.json
File metadata and controls
28 lines (28 loc) · 686 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
{
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
"default": true,
"MD001": true,
"MD003": { "style": "atx" },
"MD004": { "style": "dash" },
"MD007": { "indent": 2 },
"MD009": true,
"MD010": true,
"MD012": { "maximum": 2 },
"MD013": false,
"MD022": false,
"MD024": { "siblings_only": true },
"MD025": true,
"MD026": false,
"MD029": { "style": "ordered" },
"MD031": false,
"MD032": false,
"MD033": false,
"MD034": false,
"MD036": false,
"MD040": false,
"MD041": false,
"MD046": { "style": "fenced" },
"MD047": true,
"MD048": { "style": "backtick" },
"MD060": false
}