Skip to content

Commit b06b472

Browse files
committed
tweaks for changelog
1 parent 114f27f commit b06b472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/.markdownlint-cli2.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"MD021": true, // no spaces inside closing hashes
2020
"MD022": true, // headers surrounded by blank lines
2121
"MD023": true, // headers start at beginning of line
22-
"MD024": { "allow_different_nesting": true }, // duplicate headers allowed in different nests
22+
"MD024": { "siblings_only": true,"allow_different_nesting": true }, // duplicate headers allowed in different nests
2323
"MD025": true, // only one H1
2424
"MD026": { "punctuation": ".,;:" }, // no trailing punctuation
2525
"MD027": true, // multiple spaces after blockquote

0 commit comments

Comments
 (0)