From 8b860895552fe9a61cdd614517e9e5da3cd806fb Mon Sep 17 00:00:00 2001 From: Konstantinos Smanis Date: Sat, 9 Dec 2023 13:02:29 +0200 Subject: [PATCH] chore: fix lint issues --- .markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index 954162a..c7db5a0 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,5 +1,5 @@ --- line_length: code_blocks: false -no-duplicate-header: +no-duplicate-heading: allow_different_nesting: true