From c0e8f283e8f5f39a1d92eebad519690c819541a4 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 7 Feb 2024 11:46:40 +0100 Subject: [PATCH] chore: fix lint settings --- .markdownlint.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 2f3c463..fbc1c15 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -56,8 +56,6 @@ MD013: tables: false # Include headings headings: true - # Include headings - headers: true # Strict length checking strict: false # Stern length checking @@ -73,7 +71,7 @@ MD022: # MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content MD024: # Only check sibling headings - allow_different_nesting: true + siblings_only: true # MD025/single-title/single-h1 - Multiple top-level headings in the same document MD025: