From 6e7fbe959bf441e4a819a10e1311bd2ea791c754 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 8 Oct 2025 11:34:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20markdown-lin?= =?UTF-8?q?t=20configuration=20to=20allow=20duplicate=20headings=20in=20di?= =?UTF-8?q?fferent=20sections?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/linters/.markdown-lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index d9653d7..57db57e 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -13,8 +13,7 @@ MD007: indent: 2 # Unordered list indentation MD013: line_length: 808 # Line length -MD024: - siblings_only: true # Allow duplicate headings in different sections +MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item MD026: punctuation: '.,;:!。,;:' # List of not allowed MD029: false # Ordered list item prefix