Details
Built-in component for displaying collapsible content.
Example
Details
This is the content of the details
Markdown is supported.
Click me to reveal
This will be hidden by default
Usage
{{% details title="Details" %}}
This is the content of the details
**support** Markdown
{{% /details %}}
{{% details title="Click me to reveal" closed="true" %}}
This will be hidden by default
{{% /details %}}