diff --git a/d2renderers/d2latex/setup.js b/d2renderers/d2latex/setup.js index aeef34c9f..76caddc3d 100644 --- a/d2renderers/d2latex/setup.js +++ b/d2renderers/d2latex/setup.js @@ -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(), });