2022-11-27 08:06:17PM
This commit is contained in:
parent
ba6a32d28f
commit
9d426c4d46
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ const adaptor = MathJax._.adaptors.liteAdaptor.liteAdaptor();
|
||||||
MathJax._.handlers.html_ts.RegisterHTMLHandler(adaptor)
|
MathJax._.handlers.html_ts.RegisterHTMLHandler(adaptor)
|
||||||
const html = MathJax._.mathjax.mathjax.document('', {
|
const html = MathJax._.mathjax.mathjax.document('', {
|
||||||
InputJax: new MathJax._.input.tex_ts.TeX(),
|
InputJax: new MathJax._.input.tex_ts.TeX(),
|
||||||
OutputJax: new MathJax._.output.svg_ts.SVG({ fontCache: "none" }),
|
OutputJax: new MathJax._.output.svg_ts.SVG(),
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue