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.
pull/113/head
Nicholas McDonnell 4 years ago
parent 241484abe4
commit d791334352
No known key found for this signature in database
GPG Key ID: A3A493305F40A162
  1. 3
      .mdl_config.json

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

Loading…
Cancel
Save