diff --git a/.markdownlint.yaml b/.markdownlint.yaml
index 9c92d22..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
-  siblings_only: true
-
 # MD025/single-title/single-h1 - Multiple top-level headings in the same document
 MD025:
   # Heading level
@@ -138,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"