mirror of
https://github.com/imfing/hextra.git
synced 2025-10-31 21:54:54 -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
945 B
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 */%}}