[doc] WEB-72460 Allow to render details and summary tags from Markdown.

(cherry picked from commit fd9efbeccc2cc9a48a87fa95493f57a47466957f)

IJ-CR-163255

GitOrigin-RevId: cfa2468efc2dd4676f277b52f39eaaa28a8fa478
This commit is contained in:
Piotr Tomiak
2025-05-15 14:54:34 +02:00
committed by intellij-monorepo-bot
parent d2018c19eb
commit fae6f754a6

View File

@@ -54,7 +54,9 @@ object DocMarkdownToHtmlConverter {
"blockquote", "dd", "dl", "dt", "blockquote", "dd", "dl", "dt",
"hr", "li", "ol", "ul", "pre", "p", // Table, "hr", "li", "ol", "ul", "pre", "p", // Table,
"caption", "col", "colgroup", "table", "tbody", "td", "tfoot", "th", "thead", "tr" "caption", "col", "colgroup", "table", "tbody", "td", "tfoot", "th", "thead", "tr",
"details", "summary"
)) ))
} }