1
0
Fork 0
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:
Nicholas McDonnell 2020-03-04 10:56:39 -05:00
parent 241484abe4
commit d791334352
No known key found for this signature in database
GPG key ID: A3A493305F40A162

View file

@ -3,5 +3,8 @@
"code_blocks": false, "code_blocks": false,
"tables": false "tables": false
}, },
"MD024": {
"allow_different_nesting": true
},
"default": true "default": true
} }