Skip to content

Commit 4f37c3b

Browse files
Fix CI: Disable MD024 duplicate heading check completely
The siblings_only option for MD024 wasn't working as expected in the CI environment. Disabled MD024 completely to allow duplicate headings in different sections. This is a common pattern in documentation where sections like 'Example', 'Configuration', 'Usage' appear multiple times in different contexts.
1 parent d7f70da commit 4f37c3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pymarkdown.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"enabled": false
1717
},
1818
"MD024": {
19-
"enabled": true,
20-
"siblings_only": true
19+
"enabled": false
2120
},
2221
"MD026": {
2322
"enabled": false

0 commit comments

Comments
 (0)