Skip to content

Commit 74fe090

Browse files
🩹 [Patch]: Update markdown-lint configuration to include no-duplicate-heading rule
1 parent e14ba3c commit 74fe090

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ MD007:
1313
indent: 2 # Unordered list indentation
1414
MD013:
1515
line_length: 808 # Line length
16+
MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item
1617
MD026:
1718
punctuation: ".,;:!。,;:" # List of not allowed
1819
MD029: false # Ordered list item prefix

0 commit comments

Comments
 (0)