mirror of
https://github.com/imfing/hextra.git
synced 2025-08-24 05:46:45 -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
609 B
609 B
title
title |
---|
步骤 |
一个内置组件,用于显示一系列步骤。
示例
{{% steps %}}
第一步
这是第一步。
第二步
这是第二步。
第三步
这是第三步。
{{% /steps %}}
使用方法
{{< callout emoji="ℹ️" >}} 请注意,此短代码仅适用于Markdown内容。 如果在步骤内容中放入HTML或其他短代码,可能无法按预期渲染。 {{< /callout >}}
在steps
短代码内放置Markdown的三级标题。
{{%/* steps */%}}
### 第一步
这是第一步。
### 第二步
这是第二步。
{{%/* /steps */%}}