Skip to content

Commit f7d5a7d

Browse files
committed
style(docs): Fix h2 header
1 parent d8acd81 commit f7d5a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/Contributing/Developing-Eask/_index.zh-tw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ weight: 20
55

66
{{< toc >}}
77

8-
### 🚩 必備條件
8+
## 🚩 必備條件
99

1010
要更改 Eask,您應該:
1111

1212
1. [Node.js][] 開發環境。
1313
2. [npm][] 包管理器。
1414
3. [Emacs][], 26.1 以上!
1515

16-
### 📝 建構
16+
## 📝 建構
1717

1818
要構建開發環境,您必須使用安裝 Eask [從源代碼建構][Build from source]
1919
的方法。 確保你已經設置了環境 `PATH` 變量,這樣你就可以調用來自終端的`eask`
@@ -26,7 +26,7 @@ eask locate
2626

2727
它應該會列印出 `eask` 可執行檔的位置。即使您已安裝多個 Eask 版本,也應該可以辨識 Eask 可執行檔的位置!
2828

29-
### 🧪 測試
29+
## 🧪 測試
3030

3131
Eask 的本地測試使用 [Jest][] 測試框架完成。Jest 是用 Javascript 寫成的成熟且支援良好的測試框架。
3232
選擇 Jest 的原因與本專案[選擇 Javascript 的原因大致相同][Why JS?]。此外,Jest 容易學習,而且內建了對快照測試的支援。

0 commit comments

Comments
 (0)