From 9e8d1f9e4b24f30a3f9fb706ec3f429d406ea0f5 Mon Sep 17 00:00:00 2001 From: Stefan Hynek <stefan.hynek@uni-goettingen.de> Date: Fri, 18 Sep 2020 14:38:23 +0200 Subject: [PATCH] chore(markdownlint): ignore multiple 1st level headings (MD025) --- .markdownlint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint.json b/.markdownlint.json index b59f451..02adb18 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -2,5 +2,6 @@ "default": true, "MD013": { "line_length": 120 }, "MD024": { "siblings_only": true }, + "MD025": false, "MD041": false } -- GitLab