mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add MD001 with test, refactor to remove common code.
This commit is contained in:
parent
82caaa9407
commit
75b63a43ab
3 changed files with 43 additions and 19 deletions
7
test/headers_bad.md
Normal file
7
test/headers_bad.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Header
|
||||
|
||||
### Header 3 {MD001}
|
||||
|
||||
## Header 2
|
||||
|
||||
#### Header 4 {MD001}
|
||||
Loading…
Add table
Add a link
Reference in a new issue