From 062e2792d7bdf7749d2b55d2f2a3f92f44de4367 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 09:18:50 +0000 Subject: [PATCH 1/2] Initial plan From 93366b7814ea105bb9275f2b1aa1dee02149ca2b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 09:20:17 +0000 Subject: [PATCH 2/2] fix: whitelist specific HTML elements for MD033 instead of disabling globally Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/ee41597a-a9e7-4bc0-9720-83bcd2e37d7f Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .github/linters/.markdown-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index cafb156b..25e15aed 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -10,7 +10,8 @@ MD024: false MD051: false # MD033/no-inline-html Inline HTML -MD033: false +MD033: + allowed_elements: ["div", "h1"] # MD036/no-emphasis-as-heading Emphasis used instead of a heading MD036: false