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