forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.json
More file actions
25 lines (25 loc) · 766 Bytes
/
.markdownlint.json
File metadata and controls
25 lines (25 loc) · 766 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
{
"default": false,
"blanks-around-headings": true,
"hr-style": true,
"heading-start-left": true,
"single-h1": true,
"no-trailing-punctuation": true,
"no-missing-space-atx": true,
"no-multiple-space-atx": true,
"no-missing-space-closed-atx": true,
"no-multiple-space-closed-atx": true,
"no-space-in-emphasis": true,
"no-space-in-code": true,
"no-space-in-links": true,
"no-empty-links": true,
"ol-prefix": { "style": "one_or_ordered" },
"no-reversed-links": true,
"reference-links-images": {
"shortcut_syntax": false
},
"fenced-code-language": true,
"table-pipe-style": true,
"table-column-count": true,
"descriptive-link-text": { "prohibited_texts": ["click here","here","link","more","learn more","find out more"]}
}