mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40:13 +01:00
Add MD003 with tests, add JSON config for rules.
This commit is contained in:
parent
75b63a43ab
commit
a2d42b6208
14 changed files with 266 additions and 36 deletions
6
test/incorrect_header_setext.md
Normal file
6
test/incorrect_header_setext.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Header 1 {MD003} #
|
||||
|
||||
## Header 2 {MD003}
|
||||
|
||||
Header 3
|
||||
--------
|
||||
Loading…
Add table
Add a link
Reference in a new issue