mirror of
https://github.com/QingdaoU/oj-docs.git
synced 2024-12-28 23:41:43 +00:00
update docs
This commit is contained in:
parent
d1a560b9f8
commit
44d56835e5
@ -1,12 +1,12 @@
|
|||||||
# 内网运行的问题
|
# 内网运行的问题
|
||||||
|
|
||||||
OJ的MathJax是从cdn加载的,因此若是在网络隔离的环境运行,将无法使用MathJax显示数学公式
|
OJ的 MathJax 是从 cdn 加载的,因此若是在网络隔离的环境运行,将无法使用 MathJax 显示数学公式
|
||||||
|
|
||||||
> 为何不将Mathjax打包进OJ?
|
> 为何不将 MathJax 打包进OJ?
|
||||||
>
|
>
|
||||||
> 因为实在太大了。:(
|
> 因为实在太大了。:(
|
||||||
|
|
||||||
如果确实需要使用呢?
|
如果确实需要使用呢?
|
||||||
|
|
||||||
+ 使用图片代替
|
+ 使用图片代替
|
||||||
+ 在本地安装Mathjax, 然后修改前端代码i将mathjax的请求地址改为本地,再重新build镜像,修改`docker-compose.yml`文件启动即可
|
+ 在本地安装 MathJax, 然后修改前端代码将 MathJax 的请求地址改为本地
|
@ -1,6 +1,6 @@
|
|||||||
## MathJax 基础
|
## MathJax 基础
|
||||||
|
|
||||||
编辑器中可以插入MathJax公式,行内公式请使用两个`$`包裹公式,单行公式使用两个`$$`。比如
|
编辑器中可以插入 MathJax 公式,行内公式请使用两个`$`包裹公式,单行公式使用两个`$$`。比如
|
||||||
|
|
||||||
```
|
```
|
||||||
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
||||||
|
Loading…
Reference in New Issue
Block a user