1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-22 22:33:29 +02:00

[markdown/zh-cn] Fix typo

This commit is contained in:
谭九鼎
2020-01-12 12:16:31 +08:00
committed by GitHub
parent 1eecfded69
commit a230a6d863

View File

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