Files
hextra_mirror/docs/content/docs/guide/shortcodes/steps.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

945 B

title
title
ステップ

一連のステップを表示するための組み込みコンポーネントです。

{{% steps %}}

ステップ 1

これは最初のステップです。

ステップ 2

これは2番目のステップです。

ステップ 3

これは3番目のステップです。

{{% /steps %}}

使い方

{{< callout type="warning" >}} このショートコードは Markdown コンテンツ専用 であることに注意してください。 HTML コンテンツや他のショートコードをステップの内容として含めると、期待通りにレンダリングされない場合があります。 {{< /callout >}}

steps ショートコード内に Markdown の h3 ヘッダーを配置します。

{{%/* steps */%}}

### ステップ 1

これは最初のステップです。

### ステップ 2

これは2番目のステップです。

{{%/* /steps */%}}