mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 06:26:44 -04:00
592 B
592 B
title
title |
---|
Details |
A built-in component to display a collapsible content.
Example
{{% details title="Details" %}}
This is the content of the details.
Markdown is supported.
{{% /details %}}
{{% details title="Details Closed" closed="true" %}}
This will be closed by default.
{{% /details %}}
Usage
{{%/* details title="Details" */%}}
This is the content of the details.
Markdown is **supported**.
{{%/* /details */%}}
{{%/* details title="Details Closed" closed="true" */%}}
This will be closed by default.
{{%/* /details */%}}