mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update MD007/ul-indent to report/fix for all unordered list item groupings.
This commit is contained in:
parent
3981bc7897
commit
3e91da338c
9 changed files with 143 additions and 37 deletions
|
@ -1,4 +1,4 @@
|
|||
# Heading
|
||||
# Lists with Nesting
|
||||
|
||||
## Excessive nesting
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
- three {MD032}
|
||||
|
||||
1. one {MD032}
|
||||
- two {MD006} {MD032}
|
||||
- two {MD006} {MD007} {MD032}
|
||||
1. three {MD032}
|
||||
|
||||
## Correct nesting, same type
|
||||
|
@ -28,11 +28,17 @@
|
|||
- two
|
||||
- three
|
||||
- four
|
||||
- five
|
||||
- six
|
||||
- seven
|
||||
|
||||
1. one
|
||||
1. two
|
||||
1. three
|
||||
1. four
|
||||
1. five
|
||||
1. six
|
||||
1. seven
|
||||
|
||||
## Correct nesting, different types
|
||||
|
||||
|
@ -69,3 +75,21 @@
|
|||
- one
|
||||
1. two
|
||||
1. three
|
||||
|
||||
- one
|
||||
1. two
|
||||
- three
|
||||
1. four
|
||||
- five
|
||||
1. six
|
||||
- seven
|
||||
1. eight
|
||||
|
||||
1. one
|
||||
- two
|
||||
1. three
|
||||
- four
|
||||
1. five
|
||||
- six
|
||||
1. seven
|
||||
- eight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue