From 5793ea512ee234e6217eb21602fc6b066f75f336 Mon Sep 17 00:00:00 2001
From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de>
Date: Fri, 19 Jun 2020 14:52:08 +0200
Subject: [PATCH] do not bark on yaml headers

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

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