solo中编辑数学公式

  |   0 评论   |   0 浏览

背景

在solo 4.3.1中已经集成了Vditor 3.5.3,理论上是支持写数学公式的。

但是不知道为什么,就是写不了。

在后台中看到,启用 Lute-HTTP后,对于数学公式的支持会更强一些。于是先启用下Lute-HTTP。

初体验

启用 Lute-HTTP

安装go 1.12+环境:

通过apt安装:

apt install golang-go

如果版本太低的话,可以通过手动下载安装包,然后设置环境变量:

export PATH=$PATH:path/to/go/bin

设置go使用国内源:

$ export GO111MODULE=on
$ export GOPROXY=https://goproxy.cn

编译 Lute-HTTP:

go get -u github.com/88250/lute-http

成功后,会得到

~/go/bin/lute-http

启动 lute-http

nohup ./lute-http > lute-http.log 2>&1 &

重新启动solo

按如上之一方式启动 lute-http 后再带参 --lute_http=http://localhost:8249 启动 Solo、Sym 即可。

编辑个公式试试

x_2=2

如下:

$x_2=2$

参考