Skip to content

Commit

Permalink
only check sibling headers for sameness (ethereum#6643)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Mar 8, 2023
1 parent b45544f commit 7b26d95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/.markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ MD023: true
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
# Only check sibling headings
allow_different_nesting: false
# Only check sibling headings
siblings_only: false
siblings_only: true

# MD025/single-title/single-h1 - Multiple top-level headings in the same document
MD025:
Expand Down

0 comments on commit 7b26d95

Please sign in to comment.