🌐 Fix Chinese documentation's markdown syntax error#12208
Conversation
|
Thanks for the PR! Will this still be relevant if #12161 would be merged? |
|
语法错误是怎么判定的? 在PyCharm里,下面这两行都能正确加粗: FastAPI 支持使用 Python 字符串格式化语法声明路径参数(变量): FastAPI 支持使用 Python 字符串格式化语法声明 路径参数(变量): |
|
After reviewing the code, I believe these changes are no longer necessary after pull request #12509. It is important to note that standard Chinese grammar (as well as Japanese grammar and the grammar of the Korean language as used in North Korea) typically does not include spaces between words. Spaces are only added when mixing with other languages that require them, such as English, where spaces are inserted in the corresponding sections. The issue in this pull request was caused by the previous MarkDown parser enabling |
|
This pull request has a merge conflict that needs to be resolved. |
|
As part of our recent decision to move to an automated translation process 🤖, we’re no longer accepting community-submitted translation PRs. I’ll go ahead and close this PR. You can read more details in the announcement here: https://fastapi.tiangolo.com/contributing/#translations Thank you very much for your time and efforts 🙏 |
fix zh docs's markdown syntax error