Update MD007/ul-indent to report/fix for all unordered list item groupings.

This commit is contained in:
David Anson 2019-12-01 17:30:47 -08:00
parent 3981bc7897
commit 3e91da338c
9 changed files with 143 additions and 37 deletions

View file

@ -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