Bump katex to newest version (#9626)

* Bump katex to newest version

* Update fonts
Also migrate to woff2

* Update readme

* Update change note
This commit is contained in:
XLBilly
2026-02-04 17:11:09 +08:00
committed by GitHub
parent 455f1be3fb
commit 526aaa3db8
47 changed files with 57 additions and 27 deletions

View File

@@ -2,11 +2,11 @@
"directories": [
{
"path": "./fonts/",
"filesRegExp": "^.*\\.woff$",
"filesRegExp": "^.*\\.woff2$",
"isTiddlerFile": false,
"fields": {
"title": {"source": "filename", "prefix": "$:/plugins/tiddlywiki/katex/fonts/"},
"type": "font/woff"
"type": "font/woff2"
}
}
],