mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +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
11
test/heading_duplicate_content_different_nesting.md
Normal file
11
test/heading_duplicate_content_different_nesting.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Change log
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Bug fixes
|
||||
|
||||
### Features
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Bug fixes
|
||||
Loading…
Add table
Add a link
Reference in a new issue