From 2e754b5b9265966a107b5806e5f2f46621825b37 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 9 May 2025 11:27:39 +0200 Subject: [PATCH] style(markdownlint): update configuration --- .markdownlint.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 6180a73..34c4081 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -68,11 +68,6 @@ MD022: # Blank lines below heading lines_below: 1 -# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content -MD024: - # Only check sibling headings - allow_different_nesting: true - # MD025/single-title/single-h1 - Multiple top-level headings in the same document MD025: # Heading level @@ -127,7 +122,6 @@ MD041: MD044: # List of proper names names: [] - # - some-thing # Include code blocks code_blocks: false @@ -139,4 +133,4 @@ MD046: # MD048/code-fence-style - Code fence style MD048: # Code fence syle - style: "backtick" \ No newline at end of file + style: "backtick"