mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add MD018, MD019 with tests, switch to RegExp.test.
This commit is contained in:
parent
62314e61b1
commit
d0fcd32f3a
3 changed files with 45 additions and 10 deletions
4
test/atx_header_spacing.json
Normal file
4
test/atx_header_spacing.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD002": false
|
||||
}
|
||||
5
test/atx_header_spacing.md
Normal file
5
test/atx_header_spacing.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#Header 1 {MD018}
|
||||
|
||||
## Header 2 {MD019}
|
||||
|
||||
## Header 3 {MD019}
|
||||
Loading…
Add table
Add a link
Reference in a new issue