diff options
author | silverwind <me@silverwind.io> | 2022-07-28 03:22:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 09:22:47 +0800 |
commit | ae52df6a64477bcd5076ddddbee64bb22b3897a0 (patch) | |
tree | 2950725dedb126fdff5f65fdd66cd61329e8c806 /docs/content/doc/help/seek-help.zh-tw.md | |
parent | 6554d5197fa4082f3058ee880d2d6d80fbd97a56 (diff) | |
download | gitea-ae52df6a64477bcd5076ddddbee64bb22b3897a0.tar.gz gitea-ae52df6a64477bcd5076ddddbee64bb22b3897a0.zip |
Add markdownlint (#20512)
Add `markdownlint` linter and fix issues. Config is based on the one
from electron's repo with a few rules relaxed.
Diffstat (limited to 'docs/content/doc/help/seek-help.zh-tw.md')
-rw-r--r-- | docs/content/doc/help/seek-help.zh-tw.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/help/seek-help.zh-tw.md b/docs/content/doc/help/seek-help.zh-tw.md index 3d45e6c3b2..f9107a026b 100644 --- a/docs/content/doc/help/seek-help.zh-tw.md +++ b/docs/content/doc/help/seek-help.zh-tw.md @@ -22,10 +22,10 @@ menu: 1. 您的 `app.ini` (必要時清除掉任何機密資訊) 2. `gitea.log` (以及任何有關的日誌檔案) - * 例:如果錯誤和資料庫相關,提供 `xorm.log` 可能會有幫助 + - 例:如果錯誤和資料庫相關,提供 `xorm.log` 可能會有幫助 3. 您看到的任何錯誤訊息 4. 儘可能地在 [try.gitea.io](https://try.gitea.io) 觸發您的問題並記下步驟,以便其他人能重現那個問題。 - * 這將讓我們更有機會快速地找出問題的根源並解決它。 + - 這將讓我們更有機會快速地找出問題的根源並解決它。 5. 堆棧跟踪,[請參考英文文檔](https://docs.gitea.io/en-us/seek-help/) ## 錯誤回報 |