Skip to content

Commit

Permalink
Adds mdlint setting for MD024 (duplicate headings)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzapao committed Jun 18, 2024
1 parent b532ca9 commit 40aa8d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"tables": false
},
"MD033": false,
"MD024": {
"siblings_only": true
},
"MD041": false,
"MD049": {
"style": "asterisk"
Expand Down

0 comments on commit 40aa8d1

Please sign in to comment.