Steps 步驟

示範使用 Hugoblox 的 Shortcode “Steps” 的步驟與效果。

用法

使用 Markdown 語法 level-3 headings (###) 來表示步驟標題:

範例

呈現步驟

Step 1

The first step here…

Step 2

The second step here…

Step 3

The third step here…

使用語法:

{{% steps %}}

### Step 1

The first step here...

### Step 2

The second step here...

### Step 3

The third step here...

{{% /steps %}}

Heading 層級比較

Heading 1

Heading 2

Heading 3

使用語法:

{{% steps %}}

# Heading 1

## Heading 2

### Heading 3

{{% /steps %}}