Skip to content

Commit c07d44f

Browse files
authored
HDDS-11968. Only check sibling headings for duplicate titles in markdown lint. (#117)
1 parent 52c086d commit c07d44f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.markdownlint.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,7 @@ link-image-style:
142142
# Use pipes on both ends of every line in a table.
143143
table-pipe-style:
144144
style: leading_and_trailing
145+
146+
# Disallow duplicate headings at the same level under the same parent heading.
147+
no-duplicate-heading:
148+
siblings_only: true

0 commit comments

Comments
 (0)