We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a920a commit e9b31d9Copy full SHA for e9b31d9
book.toml
@@ -3,3 +3,6 @@ authors = ["Chen Miao <[email protected]>"]
3
language = "en"
4
src = "src"
5
title = "Rust for Linux Insides"
6
+
7
+[output.html]
8
+mathjax-support = true
src/contributions.md
@@ -10,7 +10,7 @@
10
11
如果国内用户打算构建本项目,**并且当前主机上没有`rust`**,那么请参考[rsproxy](https://rsproxy.cn/)进行安装。
12
13
-安装成功后,请检查对应版本,本项目要求$rust \ version \ge 1.46$
+安装成功后,请检查对应版本,本项目要求\\( rust \ version \ge 1.46 \\)
14
15
``` bash
16
cargo --version
0 commit comments