Skip to content

Commit 874720c

Browse files
Copilotjbampton
andauthored
Disable MD024 and MD051 in markdownlint config
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/ed8e1077-c03c-461a-ba62-0ae39a857eea Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 4abc230 commit 874720c

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,6 +3,12 @@
33
# MD013/line-length Line length
44
MD013: false
55

6+
# MD024/no-duplicate-heading No duplicate headings
7+
MD024: false
8+
9+
# MD051/link-fragments Link fragments
10+
MD051: false
11+
612
# MD033/no-inline-html Inline HTML
713
MD033: false
814

0 commit comments

Comments
 (0)