Skip to content

Commit

Permalink
HDDS-11968. Only check sibling headings for duplicate titles in markd…
Browse files Browse the repository at this point in the history
…own lint. (#117)
  • Loading branch information
errose28 authored Dec 19, 2024
1 parent 52c086d commit c07d44f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@ link-image-style:
# Use pipes on both ends of every line in a table.
table-pipe-style:
style: leading_and_trailing

# Disallow duplicate headings at the same level under the same parent heading.
no-duplicate-heading:
siblings_only: true

0 comments on commit c07d44f

Please sign in to comment.