From a1b33d4ce276c8c459c83c09204bf998061127e9 Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Thu, 13 Jun 2024 13:14:11 +0300 Subject: [PATCH] fix markdownlint config --- .markdownlint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index a225590225b..db650eb6144 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -2,7 +2,7 @@ "ul-indent": { "indent": 4 }, "ul-style": { "style": "dash" }, "emphasis-style": { "style": "asterisk" }, - "no-duplicate-header": { "siblings_only": true }, + "no-duplicate-heading": { "siblings_only": true }, "no-inline-html": { "allowed_elements": [ "br",