mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 13:38:49 +01:00
Re-implement MD032 to detect missed scenarios and simplify.
This commit is contained in:
parent
8a175955d7
commit
3b49414183
10 changed files with 88 additions and 51 deletions
|
|
@ -14,15 +14,15 @@
|
|||
|
||||
## Insufficient nesting
|
||||
|
||||
- one
|
||||
1. two
|
||||
1. three
|
||||
- four
|
||||
- one {MD032}
|
||||
1. two {MD032}
|
||||
1. three {MD032}
|
||||
- four {MD032}
|
||||
|
||||
1. one
|
||||
- two {MD006}
|
||||
- three
|
||||
1. four
|
||||
1. one {MD032}
|
||||
- two {MD006} {MD032}
|
||||
- three {MD032}
|
||||
1. four {MD032}
|
||||
|
||||
## Correct nesting, same type
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue