Files
hextra_mirror/docs/content/docs/guide/shortcodes/details.ja.md
Xin 83f3b5052e chore(docs): rename exampleSite to docs and create examples (#813)
* 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
2025-09-06 12:06:26 +01:00

786 B

title
title
詳細

折りたたみ可能なコンテンツを表示するための組み込みコンポーネントです。

{{% details title="詳細" %}}

これは詳細のコンテンツです。

Markdown は サポートされています

{{% /details %}}

{{% details title="クリックして表示" closed="true" %}}

これはデフォルトで非表示になります。

{{% /details %}}

使用方法

{{%/* details title="詳細" */%}}

これは詳細のコンテンツです。

Markdown は **サポートされています**。

{{%/* /details */%}}
{{%/* details title="クリックして表示" closed="true" */%}}

これはデフォルトで非表示になります。

{{%/* /details */%}}