From cdaf6d57490d6ed334f99df85ca39c3eaff1bb59 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 31 Mar 2026 23:18:16 +0100 Subject: [PATCH] docs: allow sponsor table markup in markdownlint --- .markdownlint-cli2.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index 94035711053..3cb1d071ea3 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -33,6 +33,9 @@ "img", "a", "br", + "table", + "tr", + "td", "details", "summary", "p",