Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/zh/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ Can be created using `.foorc.json`.

## 数学方程 {#math-equations}

现在这是可选的。要启用它, 需要安装 `markdown-it-mathjax3`,在配置文件中设置`markdown.math` 为 `true`:
现在这是可选的。要启用它需要安装 `markdown-it-mathjax3`,在配置文件中设置`markdown.math` 为 `true`:

```sh
npm add -D markdown-it-mathjax3
Expand Down