feat: update url
This commit is contained in:
@@ -23,6 +23,8 @@ func rmDollarSurr(text string) string {
|
||||
func ToKatex(formula string) string {
|
||||
res := formula
|
||||
|
||||
res = strings.ReplaceAll(res, "\n", "")
|
||||
|
||||
// Remove mbox surrounding
|
||||
res = changeAll(res, `\mbox `, " ", "{", "}", "", "")
|
||||
res = changeAll(res, `\mbox`, " ", "{", "}", "", "")
|
||||
|
||||
Reference in New Issue
Block a user