From 7bf045391129e9fd75b00bbb7cfb8e046b6c67b3 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 10 Sep 2024 15:32:42 +0200 Subject: [PATCH] Update .markdown-lint.yml --- .github/linters/.markdown-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 67af848..2fe09da 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -59,7 +59,7 @@ MD023: true # Multiple headings with the same content MD024: - allow_different_nesting: true + siblings_only: true # Multiple top level headings in the same document MD025: false