From f3be75a4dae68b66ad3d2a8db3397c4b240237ea Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:51:26 +0100 Subject: [PATCH] Markdown Linting - Improving rules --- .github/.markdownlint.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/.markdownlint.json b/.github/.markdownlint.json index a4058c32..da26f65a 100644 --- a/.github/.markdownlint.json +++ b/.github/.markdownlint.json @@ -1,5 +1,9 @@ { + "default": true, "MD013": false, + "no-duplicate-heading": { + "siblings_only": true + }, "ul-indent": { "indent": 4 }