mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-30 20:48:48 +01:00
Remove legacy exclusion from scenario tests for files with no errors (previously "detailed-" files).
This commit is contained in:
parent
f0bb4c639b
commit
56f379b0fc
26 changed files with 474 additions and 428 deletions
|
|
@ -2,10 +2,10 @@
|
|||
front: matter
|
||||
ignore: this
|
||||
---
|
||||
# Fixing with Front Matter
|
||||
Text text text
|
||||
# Fixing with Front Matter {MD022}
|
||||
Text text text {MD009}
|
||||
|
||||
Text [ link ](url) text
|
||||
## Nested Heading
|
||||
Text [ link ](url) text {MD039}
|
||||
## Nested Heading {MD022}
|
||||
|
||||
Text
|
||||
Text {MD047}
|
||||
Loading…
Add table
Add a link
Reference in a new issue