We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114f27f commit b06b472Copy full SHA for b06b472
scripts/.markdownlint-cli2.jsonc
@@ -19,7 +19,7 @@
19
"MD021": true, // no spaces inside closing hashes
20
"MD022": true, // headers surrounded by blank lines
21
"MD023": true, // headers start at beginning of line
22
- "MD024": { "allow_different_nesting": true }, // duplicate headers allowed in different nests
+ "MD024": { "siblings_only": true,"allow_different_nesting": true }, // duplicate headers allowed in different nests
23
"MD025": true, // only one H1
24
"MD026": { "punctuation": ".,;:" }, // no trailing punctuation
25
"MD027": true, // multiple spaces after blockquote
0 commit comments