Skip to content

feat(gnoweb): neutral collapsible markdown block #5578

@davd-gzl

Description

@davd-gzl

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.

Metadata

Metadata

Assignees

Labels

🌱 featureNew update to Gnoa/uxUser experience, product, marketing community, developer experience team🌍 gnowebIssues & PRs related to gnoweb and render

Type

No type

Projects

Status

Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions