From 23f8881872b0adfa71c09bd2810e184e795b79ec Mon Sep 17 00:00:00 2001 From: Maximilian Lenkeit Date: Tue, 27 Sep 2022 11:25:25 +0200 Subject: [PATCH] chore: allow details and summary tags in md --- .markdownlint.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.markdownlint.json b/.markdownlint.json index f080444..15563b0 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -11,6 +11,7 @@ "blockquote", "br", "code", + "details", "em", "hr", "img", @@ -18,6 +19,7 @@ "ol", "p", "pre", + "summary", "sup", "table", "tbody",