Skip to content

Commit

Permalink
Try siblings_only for no-duplicate-heading markdownlint setting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Nov 15, 2024
1 parent 919dc43 commit f5a49f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"no-multiple-blanks": {
"maximum": 2
},
"no-duplicate-header" : false,
"no-duplicate-heading" : false,
"no-duplicate-header" : {
"siblings_only" : true
},
"no-duplicate-heading" : {
"siblings_only" : true
},
"no-inline-html" : false
}
}

0 comments on commit f5a49f1

Please sign in to comment.