Skip to content

Commit e9b31d9

Browse files
committed
feat: Support mathJax
1 parent 22a920a commit e9b31d9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ authors = ["Chen Miao <[email protected]>"]
33
language = "en"
44
src = "src"
55
title = "Rust for Linux Insides"
6+
7+
[output.html]
8+
mathjax-support = true

src/contributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
如果国内用户打算构建本项目,**并且当前主机上没有`rust`**,那么请参考[rsproxy](https://rsproxy.cn/)进行安装。
1212

13-
安装成功后,请检查对应版本,本项目要求$rust \ version \ge 1.46$
13+
安装成功后,请检查对应版本,本项目要求\\( rust \ version \ge 1.46 \\)
1414

1515
``` bash
1616
cargo --version

0 commit comments

Comments
 (0)