mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02: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
|
@ -298,6 +298,7 @@ const nonContentTokens = new Set([
|
|||
"blockQuoteMarker",
|
||||
"blockQuotePrefix",
|
||||
"blockQuotePrefixWhitespace",
|
||||
"gfmFootnoteDefinitionIndent",
|
||||
"lineEnding",
|
||||
"lineEndingBlank",
|
||||
"linePrefix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue