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 a819c7f commit 752c285Copy full SHA for 752c285
.markdownlint-cli2.yaml
@@ -38,6 +38,9 @@ config:
38
MD031: false
39
# MD032/blanks-around-lists - Lists should be surrounded by blank lines.
40
MD032: false
41
+ # MD036/no-emphasis-as-heading : Emphasis used instead of a heading.
42
+ # Disabled as this is used as a "hack" to exclude select headers from the automatic Table of Contents creation.
43
+ MD036: false
44
# MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading.
45
MD041: false
46
0 commit comments