forked from uabrc/uabrc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.json
78 lines (78 loc) · 1.08 KB
/
.markdownlint.json
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
68
69
70
71
72
73
74
75
76
77
78
{
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD007": {
"indent": 4,
"start_indented": false
},
"MD009": {
"strict": true
},
"MD010": {
"code_blocks": true
},
"MD012": {
"maximum": 1
},
"MD013": false,
"MD022": {
"lines_above": 1,
"lines_below": 1
},
"MD025": {
"level": 1
},
"MD029": {
"style": "one"
},
"MD030": {
"ol_multi": 1,
"ol_single": 1,
"ul_multi": 1,
"ul_single": 1
},
"MD031": {
"list_items": true
},
"MD033": {
"allowed_elements": []
},
"MD035": {
"style": "---"
},
"MD040": {
"language_only": false
},
"MD041": {
"level": 1
},
"MD043": false,
"MD044": {
"code_blocks": false,
"html_elements": true,
"names": [
"BlazerID",
"UAB Campus Network",
"UAB Research Computing"
]
},
"MD046": {
"style": "fenced"
},
"MD048": {
"style": "backtick"
},
"MD049": {
"style": "underscore"
},
"MD050": {
"style": "asterisk"
},
"MD055": {
"style": "leading_and_trailing"
}
}