mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-05 10:00:15 +01:00
Simplify test directory by moving all JSON configuration for scenario tests into the Markdown file via markdownlint-configure-file.
This commit is contained in:
parent
c49d37c382
commit
0ebcf248ca
265 changed files with 2184 additions and 1106 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## Heading 1 {MD002} {MD041}
|
||||
## Heading 1 {MD002:1} {MD041:1}
|
||||
|
||||
#### Heading 2 {MD001}
|
||||
#### Heading 2 {MD001:3}
|
||||
|
||||
# Heading 3 {MD003} {MD043} #
|
||||
|
||||
|
|
@ -100,4 +100,21 @@ Strong **with** different style {MD050}
|
|||
[unused]: link-destination
|
||||
{MD053:100}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"MD002": true,
|
||||
"MD006": true,
|
||||
"MD043": {
|
||||
"headings": [
|
||||
"## Heading 1 {MD002:1} {MD041:1}",
|
||||
"#### Heading 2 {MD001:3}",
|
||||
"# Broken"
|
||||
]
|
||||
},
|
||||
"MD044": {
|
||||
"names": [
|
||||
"markdownlint"
|
||||
]
|
||||
}
|
||||
} -->
|
||||
|
||||
EOF {MD047}
|
||||
Loading…
Add table
Add a link
Reference in a new issue