mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-23 21:34:06 +01:00
Update MD007/ul-indent to account for 4-space base indent within footnote definitions (fixes #1679).
This commit is contained in:
parent
55700da8a2
commit
442afe4466
5 changed files with 129 additions and 1 deletions
22
test/lists-inside-footnote.md
Normal file
22
test/lists-inside-footnote.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Lists Inside Footnote
|
||||
|
||||
Text.[^ref]
|
||||
|
||||
[^ref]: Note and list:
|
||||
|
||||
* Item
|
||||
* Item
|
||||
* Item
|
||||
|
||||
1. Item
|
||||
1. Item
|
||||
1. Item
|
||||
|
||||
Text
|
||||
|
||||
* Item
|
||||
* Item {MD005} {MD007}
|
||||
* Item
|
||||
* Item
|
||||
* Item {MD005} {MD007}
|
||||
* Item
|
||||
Loading…
Add table
Add a link
Reference in a new issue