mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Add a rule for markdownlint to allow multiple headers with the same name as long
as they are not nested in the same heading group.
This commit is contained in:
parent
241484abe4
commit
d791334352
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@
|
||||||
"code_blocks": false,
|
"code_blocks": false,
|
||||||
"tables": false
|
"tables": false
|
||||||
},
|
},
|
||||||
|
"MD024": {
|
||||||
|
"allow_different_nesting": true
|
||||||
|
},
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue