Skip to content

Commit c5a5afd

Browse files
authored
Merge pull request #19735 from joshjms/markdown-lint-config
Remove required headings rule in markdown checker
2 parents 0ad7ea4 + 3f52481 commit c5a5afd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tools/.markdownlint.jsonc

+1-6
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,7 @@
195195
"MD042": true,
196196

197197
// MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md043.md
198-
"MD043": {
199-
// List of headings
200-
"headings": [],
201-
// Match case of headings
202-
"match_case": false
203-
},
198+
"MD043": false,
204199

205200
// MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md044.md
206201
"MD044": {

0 commit comments

Comments
 (0)