Since #4171, > [!INFO]- Title already renders as a collapsible <details>, but it always carries alert styling (icon, colored border, mandatory type).
Realm authors have no way to fold neutral content (logs, JSON dumps, long changelogs) without the alert chrome.
Proposal: add a plain collapsible block, e.g.
:::details Summary
arbitrary **markdown**
:::
Rendered as a bare <details><summary>…</summary>…</details>. :::details[open] to start open.
Document alongside Alerts in r/docs/markdown.
Refs: #4171, #439.
Since #4171,
> [!INFO]- Titlealready renders as a collapsible<details>, but it always carries alert styling (icon, colored border, mandatory type).Realm authors have no way to fold neutral content (logs, JSON dumps, long changelogs) without the alert chrome.
Proposal: add a plain collapsible block, e.g.
Rendered as a bare
<details><summary>…</summary>…</details>.:::details[open]to start open.Document alongside Alerts in
r/docs/markdown.Refs: #4171, #439.