Skip to content

Commit d6a105d

Browse files
chore: allow duplicate headings unless siblings
1 parent 6fe72f0 commit d6a105d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.markdownlint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"line-length": false
2+
"line-length": false,
3+
"MD024": {
4+
"siblings_only": true
5+
}
36
}

0 commit comments

Comments
 (0)