1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Merge pull request #3810 from imba-tjd/patch-2

[markdown/zh-cn] Fix typo
This commit is contained in:
Max Schumacher
2020-01-29 16:27:20 +01:00
committed by GitHub

View File

@@ -211,7 +211,7 @@ GitHub 也支持 Markdown在 GitHub 的 Markdown 解析器中,我们可以
内联代码可由反引号 ` 实现
```md
John 甚至不知道 `go_to()` 方程是干嘛的!
John 甚至不知道 `go_to()` 函数是干嘛的!
```
在GitHub的 MarkdownGitHub Flavored Markdown解析器中你可以使用特殊的语法表示代码块