mirror of
https://github.com/imfing/hextra.git
synced 2025-09-17 07:51:11 -04:00

* chore(docs): rename `exampleSite` to `docs` and create `examples` * chore(build): update build script to support new version format and source directories; add v0.10 to documentation menu
786 B
786 B
title
title |
---|
詳細 |
折りたたみ可能なコンテンツを表示するための組み込みコンポーネントです。
例
{{% details title="詳細" %}}
これは詳細のコンテンツです。
Markdown は サポートされています。
{{% /details %}}
{{% details title="クリックして表示" closed="true" %}}
これはデフォルトで非表示になります。
{{% /details %}}
使用方法
{{%/* details title="詳細" */%}}
これは詳細のコンテンツです。
Markdown は **サポートされています**。
{{%/* /details */%}}
{{%/* details title="クリックして表示" closed="true" */%}}
これはデフォルトで非表示になります。
{{%/* /details */%}}