-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.markdownlint-cli2.jsonc
More file actions
67 lines (67 loc) · 1.12 KB
/
.markdownlint-cli2.jsonc
File metadata and controls
67 lines (67 loc) · 1.12 KB
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
{
"config": {
"MD046": {
"style": "fenced"
},
"MD048": {
"style": "backtick"
},
"MD049": {
"style": "consistent"
},
"MD040": {
"allowed_languages": [
"bash",
"console",
"html",
"javascript",
"json",
"markdown",
"powershell",
"text",
"xml",
"yaml",
"plaintext"
],
"language_only": true
},
"MD003": {
"style": "atx"
},
"MD035": {
"style": "---"
},
"MD013": {
"strict": false,
"code_blocks": false,
"line_length": 1000
},
"MD024": {
"siblings_only": true
},
"MD029": {
"style": "ordered"
},
"MD044": {
"code_blocks": false,
"names": [
"CommonMark",
"JavaScript",
"Markdown",
"markdown-it",
"markdownlint",
"markdownlint-cli2",
"Node.js"
]
},
"MD036": {
"punctuation": ".,;:!?"
},
"MD004": {
"style": "dash"
},
"MD033": {
"allowed_elements": ["details", "summary", "strong"]
}
}
}