mirror of
https://github.com/imfing/hextra.git
synced 2025-08-24 02:47:08 -04:00

* docs(blog): prepare for v0.10 release post * Update v0.10.md * Update v0.10.md to refine upgrade instructions and enhance blog features. Added synchronized tab switching and pagination controls, while improving the search experience and table of contents navigation. * Enhance v0.10 release documentation with detailed upgrade instructions and migration guide. Added Tailwind theme variable customization section and clarified breaking changes. Improved clarity on CSS class prefix changes for better user experience. * Update v0.10.md to enhance upgrade instructions, clarify breaking changes, and improve overall readability. Adjusted formatting for consistency and added details on asset management and user experience improvements. * Add notable new features to v0.10.md, including dropdown menu support, enhanced search experience, and blog list pagination. Updated FlexSearch upgrade details for clarity and improved migration guide by removing redundant breaking change notes. * chore: update zh-cn translation * chore: update ja translation * chore: update fa and ja translations * chore: prepare release
945 B
945 B
title
title |
---|
ステップ |
一連のステップを表示するための組み込みコンポーネントです。
例
{{% steps %}}
ステップ 1
これは最初のステップです。
ステップ 2
これは2番目のステップです。
ステップ 3
これは3番目のステップです。
{{% /steps %}}
使い方
{{< callout emoji="ℹ️" >}} このショートコードは Markdown コンテンツ専用 であることに注意してください。 HTML コンテンツや他のショートコードをステップの内容として含めると、期待通りにレンダリングされない場合があります。 {{< /callout >}}
steps
ショートコード内に Markdown の h3 ヘッダーを配置します。
{{%/* steps */%}}
### ステップ 1
これは最初のステップです。
### ステップ 2
これは2番目のステップです。
{{%/* /steps */%}}