From c4a7596a34f15a61761e808c69b85d9536c6bd19 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 11 Jul 2024 11:52:28 -0400 Subject: [PATCH] =?UTF-8?q?[BUGFIX]=20[CONF]=20[YAML]=20=F0=9F=90=B3:=20ma?= =?UTF-8?q?rkdownlint=20config=20fixed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .markdownlint.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 3fd17fdf..c0fd5b20 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -83,8 +83,7 @@ MD013: tables: true # Include headings headings: true - # Include headings - headers: true + # Strict length checking strict: false # Stern length checking @@ -117,8 +116,6 @@ MD023: true # MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content MD024: - # Only check sibling headings - allow_different_nesting: false # Only check sibling headings siblings_only: false @@ -214,8 +211,6 @@ MD043: headings: [ "*" ] - # List of headings - headers: [] # Match case of headings match_case: false