mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-03 09:00:15 +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_atx_closed.md
Normal file
6
test/incorrect_header_atx_closed.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Header 1 #
|
||||
|
||||
## Header 2 {MD003}
|
||||
|
||||
Header 3 {MD003}
|
||||
----------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue