From 74a914c741e8eb20e969bdd9a4460edee19952e6 Mon Sep 17 00:00:00 2001 From: Michelle Weidling <weidling@sub.uni-goettingen.de> Date: Mon, 22 Jun 2020 12:48:28 +0200 Subject: [PATCH] feat(.markdownlint.json): accept YAML header --- .markdownlint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 4b3352f..b59f451 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,6 +1,6 @@ { "default": true, "MD013": { "line_length": 120 }, - "MD024": { "siblings_only": true } - "first-line-heading": false + "MD024": { "siblings_only": true }, + "MD041": false } -- GitLab