mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +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
15
test/headers_surrounding_space_setext.md
Normal file
15
test/headers_surrounding_space_setext.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Header 1
|
||||
========
|
||||
|
||||
Header 2 {MD022}
|
||||
----------------
|
||||
Some text
|
||||
Header 3 {MD022}
|
||||
================
|
||||
Some text
|
||||
Header 4 {MD022}
|
||||
================
|
||||
Some text
|
||||
|
||||
Header 5
|
||||
--------
|
||||
Loading…
Add table
Add a link
Reference in a new issue