From 4e7e4f26b01671f32ef9f45c21cd3270d9aa556b Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Wed, 27 Sep 2023 18:56:17 +0200 Subject: [PATCH] Update .markdownlint.json --- .github/config/.markdownlint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/config/.markdownlint.json b/.github/config/.markdownlint.json index fec3c91..e46a2dd 100644 --- a/.github/config/.markdownlint.json +++ b/.github/config/.markdownlint.json @@ -12,7 +12,8 @@ "allowed_elements": [ "a", "img", - "br" + "br", + "h1" ] }, "MD014": false,