Skip to content

Commit 6a6d1fe

Browse files
committed
.markdownlint-cli2.jsonc: remove MD026, MD032, MD033 and MD036 from exception list
1 parent fb10968 commit 6a6d1fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.markdownlint-cli2.jsonc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
"MD014": false, // Dollar signs used before commands without showing output
1515
"MD022": false, // Headings should be surrounded by blank lines
1616
"MD024": false, // Multiple headings with the same content
17-
"MD026": false, // Trailing punctuation in heading
1817
"MD029": false, // Ordered list item prefix
19-
"MD032": false, // Lists should be surrounded by blank lines
20-
"MD033": true, // Inline HTML - no inline HTML allowed
21-
"MD036": false, // Emphasis used instead of a heading
2218
"MD037": false, // Spaces inside emphasis markers
2319
"MD045": false // Images should have alternate text
2420
}

0 commit comments

Comments
 (0)