Details

Hextra collapsible details block with card styling and chevron indicator.

A collapsible content block built on the native HTML <details> element with card styling and a rotating chevron indicator.

{{< hextra/details title="Click to expand" >}}
Hidden content here. Supports **Markdown**.
{{< /hextra/details >}}

Parameters:

ParameterDescriptionDefault
titleSummary text (supports Markdown)(empty)
closedSet to "true" to render collapsedopen

Open by default:

Click to expand this section

Here is the hidden content revealed when the summary is clicked.

  • Supports Markdown formatting
  • Lists, code, and emphasis all work

Starts closed:

This one starts closed
You had to click to see this content!