mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-06 07:58:49 +01:00
Add MD023, MD024, MD025 with tests.
This commit is contained in:
parent
2b289ab5f3
commit
1112ac729d
5 changed files with 80 additions and 0 deletions
11
test/header_duplicate_content.md
Normal file
11
test/header_duplicate_content.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Header 1
|
||||
|
||||
## Header 2
|
||||
|
||||
## Header 1
|
||||
|
||||
### Header 2
|
||||
|
||||
## Header 3
|
||||
|
||||
{MD024:5} {MD024:7}
|
||||
Loading…
Add table
Add a link
Reference in a new issue