mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Remove MD002 (deprecated in v0.13.0) and MD006 (deprecated in v0.19.0).
This commit is contained in:
parent
80539b774e
commit
20a552b4b7
40 changed files with 250 additions and 1239 deletions
|
|
@ -19,7 +19,7 @@
|
|||
- three {MD032}
|
||||
|
||||
1. one {MD032}
|
||||
- two {MD006} {MD007} {MD032}
|
||||
- two {MD007} {MD032}
|
||||
1. three {MD032}
|
||||
|
||||
## Correct nesting, same type
|
||||
|
|
@ -94,10 +94,6 @@
|
|||
1. seven
|
||||
- eight
|
||||
|
||||
* 1. Item {MD004} {MD006} {MD007}
|
||||
* 2. Item {MD004} {MD006} {MD007}
|
||||
* 3. Item {MD004} {MD006} {MD007}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"ul-start-left": true
|
||||
} -->
|
||||
* 1. Item {MD004} {MD007}
|
||||
* 2. Item {MD004} {MD007}
|
||||
* 3. Item {MD004} {MD007}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue