mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
committed by
GitHub
parent
e6abb9c3d0
commit
ec52e638c9
@@ -9,6 +9,6 @@
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"katex": "^0.16.21"
|
||||
"katex": "0.18.4"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -18,7 +18,7 @@ import (
|
||||
)
|
||||
|
||||
// Keep in sync with js/package.json.
|
||||
const katexVersion = "0.16.21"
|
||||
const katexVersion = "0.18.4"
|
||||
|
||||
//go:embed wasm/renderkatex.wasm
|
||||
var katexWasm []byte
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user