Skip to content

Commit 6e7fbe9

Browse files
🩹 [Patch]: Update markdown-lint configuration to allow duplicate headings in different sections
1 parent f3df821 commit 6e7fbe9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎.github/linters/.markdown-lint.yml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ MD007:
1313
indent: 2 # Unordered list indentation
1414
MD013:
1515
line_length: 808 # Line length
16-
MD024:
17-
siblings_only: true # Allow duplicate headings in different sections
16+
MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item
1817
MD026:
1918
punctuation: '.,;:!。,;:' # List of not allowed
2019
MD029: false # Ordered list item prefix

0 commit comments

Comments
 (0)