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.
markdown/no-multiple-h1
1 parent 05468e2 commit 3466f22Copy full SHA for 3466f22
eslint.config.mjs
@@ -40,6 +40,7 @@ export default [
40
'markdown/heading-increment': 'off', // allow headings to skip levels
41
'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
42
'markdown/no-missing-label-refs': 'off', // allow missing label references
43
+ 'markdown/no-multiple-h1': 'off', // allow multi H1s
44
'markdown/require-alt-text': 'off' // allow missing img alts
45
}
46
},
0 commit comments