mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-19 13:56:08 +01:00
Update MD024/no-duplicate-heading to allow non-sibling duplicates (fixes #136).
This commit is contained in:
parent
4865301ce9
commit
d76ede1c4f
10 changed files with 246 additions and 15 deletions
6
test/heading_duplicate_content_different_nesting.json
Normal file
6
test/heading_duplicate_content_different_nesting.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD024": {
|
||||
"allow_different_nesting": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue