mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD003 to support setext_with_atx.
This commit is contained in:
parent
c2aff32460
commit
fd1215d143
4 changed files with 33 additions and 5 deletions
6
test/headers_good_setext_with_atx.json
Normal file
6
test/headers_good_setext_with_atx.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD003": {
|
||||
"style": "setext_with_atx"
|
||||
}
|
||||
}
|
||||
7
test/headers_good_setext_with_atx.md
Normal file
7
test/headers_good_setext_with_atx.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Header 1
|
||||
========
|
||||
|
||||
Header 2
|
||||
--------
|
||||
|
||||
### Header 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue