From 22e7a0ca46f31d13263db025fd020a1f46d0191f Mon Sep 17 00:00:00 2001
From: Stefan Hynek <stefan.hynek@uni-goettingen.de>
Date: Fri, 29 May 2020 15:03:02 +0200
Subject: [PATCH] chore(markdownlint): ignore multiple headings with the same
 content

except for siblings
---
 .markdownlint.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.markdownlint.json b/.markdownlint.json
index 08ead39..5a1d147 100644
--- a/.markdownlint.json
+++ b/.markdownlint.json
@@ -1,4 +1,5 @@
 {
   "default": true,
-  "MD013": { "line_length": 120 }
+  "MD013": { "line_length": 120 },
+  "MD024": { "siblings_only": true }
 }
\ No newline at end of file
-- 
GitLab