mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-09 07:04:20 +01:00
Add MD022 with tests, create shared module.
This commit is contained in:
parent
5591cf4587
commit
9bedd25234
7 changed files with 75 additions and 3 deletions
9
test/headers_surrounding_space_atx.md
Normal file
9
test/headers_surrounding_space_atx.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Header 1
|
||||
|
||||
## Header 2 {MD022}
|
||||
Some text
|
||||
## Header 3 {MD022}
|
||||
Some text
|
||||
## Header 4 {MD022}
|
||||
|
||||
## Header 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue