forked from uabrc/devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.markdownlint.json
More file actions
129 lines (129 loc) · 1.93 KB
/
.markdownlint.json
File metadata and controls
129 lines (129 loc) · 1.93 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"MD001": true,
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD005": true,
"MD007": {
"indent": 4,
"start_indented": false
},
"MD009": {
"strict": true
},
"MD010": {
"code_blocks": true
},
"MD011": true,
"MD012": {
"maximum": 1
},
"MD013": false,
"MD014": true,
"MD018": true,
"MD019": true,
"MD020": true,
"MD021": true,
"MD022": {
"lines_above": 1,
"lines_below": 1
},
"MD023": true,
"MD024": true,
"MD025": {
"level": 1
},
"MD026": {
"punctuation": ".,;:!。,;:!"
},
"MD027": {
"list_items": true
},
"MD028": true,
"MD029": {
"style": "one"
},
"MD030": {
"ol_multi": 1,
"ol_single": 1,
"ul_multi": 1,
"ul_single": 1
},
"MD031": {
"list_items": true
},
"MD032": true,
"MD033": {
"allowed_elements": []
},
"MD034": true,
"MD035": {
"style": "---"
},
"MD036": {
"punctuation": ".,;:!?。,;:!?"
},
"MD037": true,
"MD038": true,
"MD039": true,
"MD040": {
"language_only": false
},
"MD041": {
"level": 1
},
"MD042": true,
"MD043": false,
"MD044": {
"code_blocks": false,
"html_elements": true,
"names": [
"BlazerID",
"UAB Campus Network",
"UAB Research Computing"
]
},
"MD045": true,
"MD046": {
"style": "fenced"
},
"MD047": true,
"MD048": {
"style": "backtick"
},
"MD049": {
"style": "underscore"
},
"MD050": {
"style": "asterisk"
},
"MD051": true,
"MD052": true,
"MD053": true,
"MD054": {
"autolink": true,
"inline": true,
"full": true,
"collapsed": false,
"shortcut": false,
"url_inline": false
},
"MD055": {
"style": "leading_and_trailing"
},
"MD056": true,
"MD058": true,
"MD059": {
"prohibited_texts": [
"click here",
"here",
"link",
"more",
"above",
"below"
]
}
}