forked from security-alliance/frameworks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.json
More file actions
49 lines (49 loc) · 803 Bytes
/
.markdownlint.json
File metadata and controls
49 lines (49 loc) · 803 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
{
"default": true,
"MD013": {
"line_length": 120,
"code_blocks": false,
"tables": false
},
"MD024": {
"siblings_only": true
},
"MD026": false,
"MD025": false,
"MD033": {
"allowed_elements": [
"details",
"summary",
"br",
"img",
"sup",
"sub",
"kbd",
"div",
"p",
"em",
"html",
"head",
"meta",
"body",
"strong",
"video",
"source",
"TagList",
"AttributionList",
"TagProvider",
"TagFilter",
"ContributeFooter",
"Contributors",
"CertifiedProtocols",
"CertList",
"CertifiedProtocolsWrapper",
"MermaidRenderer",
"DevOnly",
"BadgeLegend"
]
},
"MD037": false,
"MD040": false,
"MD041": false
}