mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[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:
committed by
intellij-monorepo-bot
parent
d2018c19eb
commit
fae6f754a6
@@ -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"
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user