Merge pull request #1075 from Sevichecc/zh_TW-fix

Fix incorrent markdown format in zh_TW
This commit is contained in:
Peter Cottle 2023-05-20 09:39:39 -06:00 committed by GitHub
commit 80b6937c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -398,7 +398,7 @@ exports.level = {
"", "",
"- 更重要的是, remote 讓大家一起來 coding現在你的 project 放在 remote 上面,你的朋友可以很容易地對你的 project 做出貢獻(或者是 pull 你最後的修改) 。", "- 更重要的是, remote 讓大家一起來 coding現在你的 project 放在 remote 上面,你的朋友可以很容易地對你的 project 做出貢獻(或者是 pull 你最後的修改) 。",
"", "",
"使用網站去對 remote repository 做視覺化非常流行(例如 [GitHub](https://github.com/ 或者是 [Phabricator]http://phabricator.org/),但這背後最大的功臣是 remote repository因此我們務必要了解它。" "使用網站去對 remote repository 做視覺化非常流行(例如 [GitHub](https://github.com/) 或者是 [Phabricator](http://phabricator.org/)),但這背後最大的功臣是 remote repository因此我們務必要了解它。"
] ]
} }
}, },