2022-11-27 08:06:17PM

This commit is contained in:
Alexander Wang 2022-11-27 20:06:17 -08:00
parent ba6a32d28f
commit 9d426c4d46
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -2,5 +2,5 @@ const adaptor = MathJax._.adaptors.liteAdaptor.liteAdaptor();
MathJax._.handlers.html_ts.RegisterHTMLHandler(adaptor)
const html = MathJax._.mathjax.mathjax.document('', {
InputJax: new MathJax._.input.tex_ts.TeX(),
OutputJax: new MathJax._.output.svg_ts.SVG({ fontCache: "none" }),
OutputJax: new MathJax._.output.svg_ts.SVG(),
});