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.
2 parents 37abb6b + 9b20e6b commit 1c75f99Copy full SHA for 1c75f99
1 file changed
.github/linters/.markdown-lint.yml
@@ -10,7 +10,8 @@ MD024: false
10
MD051: false
11
12
# MD033/no-inline-html Inline HTML
13
-MD033: false
+MD033:
14
+ allowed_elements: ["div", "h1"]
15
16
# MD036/no-emphasis-as-heading Emphasis used instead of a heading
17
MD036: false
0 commit comments