Skip to content

Commit 42c680e

Browse files
authored
Disable additional markdown linting rules (NextCommunity#415)
1 parent 5d87f99 commit 42c680e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/linters/.markdown-lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
# MD013/line-length Line length
44
MD013: false
55

6+
# MD033/no-inline-html Inline HTML
7+
MD033: false
8+
69
# MD036/no-emphasis-as-heading Emphasis used instead of a heading
710
MD036: false
811

12+
# MD041/first-line-heading/first-line-h1
13+
MD041: false
14+
915
# MD042/no-empty-links No empty links
1016
MD042: false

0 commit comments

Comments
 (0)