Skip to content

Commit 048ea8c

Browse files
committed
Updated to allow duplicate headings per version
1 parent 88db344 commit 048ea8c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.markdownlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ MD033: false
1919

2020
# Remove "no emphasis as heading"
2121
MD036: false
22+
23+
# Allow duplicate headings under different parents (needed for CHANGELOG.md)
24+
MD024:
25+
siblings_only: true

0 commit comments

Comments
 (0)