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 7da1b76 commit ceb132aCopy full SHA for ceb132a
.markdownlint-cli2.jsonc
@@ -25,8 +25,11 @@
25
// This warns if you have "console" or "shell" code blocks with a dollar sign $ that
26
// don't show output. We use those a lot, so this is fine for us.
27
"MD014": false,
28
- // Multiple headings with the same content. That's fine.
29
- "MD024": false,
+ // Multiple headings with the same content.
+ "MD024": {
30
+ // Duplication is allowed for headings with different parents.
31
+ "siblings_only": true
32
+ },
33
// Some headers finish with ! because it refers to a function name
34
"MD026": false,
35
// Allow empty line between block quotes. Used by contiguous admonition blocks.
0 commit comments