Skip to content

Commit e2bc42a

Browse files
committed
lint: Updated the Markdownlint rules.
1 parent 67c33fd commit e2bc42a

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

.markdownlint.json

+28-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"heading-increment": false,
3-
"first-header-h1": true,
2+
"heading-increment": true,
43
"header-style": {
54
"style": "atx"
65
},
@@ -16,7 +15,6 @@
1615
"br_spaces": 2,
1716
"list_item_empty_lines": false
1817
},
19-
"single-trailing-newline": true,
2018
"no-hard-tabs": {
2119
"code_blocks": false
2220
},
@@ -32,6 +30,8 @@
3230
"commands-show-output": false,
3331
"no-missing-space-atx": true,
3432
"no-multiple-space-atx": true,
33+
"no-missing-space-closed-atx": true,
34+
"no-multiple-space-closed-atx": true,
3535
"blanks-around-headers": {
3636
"lines_above": 1,
3737
"lines_below": 1
@@ -87,13 +87,34 @@
8787
"no-space-in-code": false,
8888
"no-space-in-links": true,
8989
"fenced-code-language": true,
90-
"code-block-style": {
91-
"style": "fenced"
92-
},
9390
"first-line-h1": false,
9491
"no-empty-links": true,
9592
"proper-names": {
9693
"names": [],
97-
"code_blocks": false
94+
"code_blocks": false,
95+
"html_elements": false
96+
},
97+
"no-alt-text": true,
98+
"code-block-style": {
99+
"style": "fenced"
100+
},
101+
"single-trailing-newline": true,
102+
"code-fence-style": {
103+
"style": "backtick"
104+
},
105+
"emphasis-style": {
106+
"style": "underscore"
107+
},
108+
"strong-style": {
109+
"style": "asterisk"
110+
},
111+
"link-fragments": true,
112+
"reference-links-images": {
113+
"shortcut_syntax": false
114+
},
115+
"link-image-reference-definitions": {
116+
"ignored_definitions": [
117+
"//"
118+
]
98119
}
99120
}

0 commit comments

Comments
 (0)