Details
Hextra collapsible details block with card styling and chevron indicator.
1 minute read
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:
| Parameter | Description | Default |
|---|---|---|
title | Summary text (supports Markdown) | (empty) |
closed | Set to "true" to render collapsed | open |
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!