chore: allow details and summary tags in md

This commit is contained in:
Maximilian Lenkeit 2022-09-27 11:25:25 +02:00
parent 751ae48336
commit 23f8881872
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"blockquote", "blockquote",
"br", "br",
"code", "code",
"details",
"em", "em",
"hr", "hr",
"img", "img",
@ -18,6 +19,7 @@
"ol", "ol",
"p", "p",
"pre", "pre",
"summary",
"sup", "sup",
"table", "table",
"tbody", "tbody",