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 f9d0e0a commit e7fff71Copy full SHA for e7fff71
.markdownlint.yml
@@ -17,3 +17,9 @@ MD046:
17
MD034: false
18
MD031: false
19
MD007: false
20
+# Allow setext-style headings (for MDC YAML frontmatter with --- delimiters)
21
+MD003: false
22
+# Allow headings without surrounding blank lines (for MDC component props)
23
+MD022: false
24
+# Allow headings not at the start of the line (for indented MDC components)
25
+MD023: false
.markdownlintignore
@@ -1,9 +1,2 @@
1
**/node_modules
2
3
-docs/0.index.md
4
-docs/1.getting-started/1.introduction.md
5
-docs/**/*.nuxt.config.md
6
-docs/5.community/7.changelog.md
7
-docs/1.getting-started/10.deployment.md
8
-docs/2.guide/2.concepts/3.rendering.md
9
-docs/1.getting-started/9.layers.md
0 commit comments