Update MD007/ul-indent to account for 4-space base indent within footnote definitions (fixes #1679).

This commit is contained in:
David Anson 2025-08-03 15:38:25 -07:00
parent 55700da8a2
commit 442afe4466
5 changed files with 129 additions and 1 deletions

View file

@ -298,6 +298,7 @@ const nonContentTokens = new Set([
"blockQuoteMarker",
"blockQuotePrefix",
"blockQuotePrefixWhitespace",
"gfmFootnoteDefinitionIndent",
"lineEnding",
"lineEndingBlank",
"linePrefix",