mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add tags to README.md, new test and fix, comment rule code.
This commit is contained in:
parent
63a52e9dea
commit
0bd6dea637
5 changed files with 138 additions and 47 deletions
4
test/lists-and-headers.json
Normal file
4
test/lists-and-headers.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD003": false
|
||||
}
|
||||
18
test/lists-and-headers.md
Normal file
18
test/lists-and-headers.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
* list
|
||||
* list
|
||||
|
||||
# Header 1
|
||||
|
||||
* list
|
||||
* list
|
||||
|
||||
# Header 2 #
|
||||
|
||||
* list
|
||||
* list
|
||||
|
||||
Header 3
|
||||
========
|
||||
|
||||
* list
|
||||
* list
|
||||
Loading…
Add table
Add a link
Reference in a new issue