mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-13 21:56:14 +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
|
|
@ -1,30 +1,30 @@
|
|||
## One
|
||||
## One {MD002}
|
||||
|
||||
#### Two
|
||||
#### Two {MD001}
|
||||
|
||||
### Three ###
|
||||
### Three {MD003} ###
|
||||
|
||||
* Alpha
|
||||
* Bravo
|
||||
* Bravo {MD005} {MD007}
|
||||
|
||||
- Charlie
|
||||
- Charlie {MD004}
|
||||
|
||||
* Delta
|
||||
* Echo
|
||||
* Delta {MD006} {MD007}
|
||||
* Echo {MD006} {MD007}
|
||||
|
||||
Text
|
||||
Text {MD009}
|
||||
|
||||
Text text
|
||||
Text text {MD010}
|
||||
|
||||
1. One
|
||||
2. Two
|
||||
3. Three
|
||||
4. Four
|
||||
5. Five
|
||||
5. Five {MD005}
|
||||
6. Six
|
||||
7. Seven
|
||||
8. Eight
|
||||
9. Nine
|
||||
10. Ten
|
||||
11. Eleven
|
||||
11. Eleven {MD005}
|
||||
12. Twelve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue