From 891eaf9bb8fd3c23b14ff25df2246c4732a0b42a Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Wed, 15 May 2024 15:29:57 +1000 Subject: [PATCH] fix: Allow md files to have duplicate headings, as the duplication of headings test is not markdown hierarchy aware Signed-off-by: Chris Butler --- .github/linters/.markdown-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 6e78cbe..68684f3 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -1 +1 @@ -{"default": true, "MD003": false, "MD013": false, "MD033": false, "MD036": false} +{"default": true, "MD003": false, "MD013": false, "MD033": false, "MD024": false}