From fafd10687f8c78646ccd644ef3a1e916966de1b7 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Thu, 4 Dec 2025 18:44:56 +0100 Subject: [PATCH] Disable MD041 rule for template files with HTML comments --- .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 962acbc..695685c 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -1 +1 @@ -{ "MD013": null, "MD045": null, "MD040": null, "MD036": null } +{ "MD013": null, "MD045": null, "MD040": null, "MD036": null, "MD041": null }