Commit 4f37c3b
committed
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
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments