Skip to content

Commit 70e0440

Browse files
authored
fix(docs): add empty lines to fix rendering issue
1 parent 85558f0 commit 70e0440

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,14 @@ the PSF for inclusion in the documentation.
8484
上請參考 https://gitforwindows.org/)
8585
- 一個 ``.po`` 檔的編輯器。推薦使用 `Poedit <https://poedit.net>`_,若熟悉 po 檔用一般文字編輯器亦可。
8686
- macOS 的使用者還需要先利用 `homebrew <https://brew.sh/index_zh-tw>`_ 安裝 gettext,屆時 Sphinx 會使用到。
87+
8788
.. code-block:: bash
8889
8990
brew install gettext
90-
9191
brew link gettext --force
92+
9293
- 安裝 pre-commit 自動在 commit 時檢查 ``.po`` 檔格式。
94+
9395
.. code-block:: bash
9496
9597
pip install pre-commit

0 commit comments

Comments
 (0)