From 9d426c4d4619f97d25fe5e591495f11578cb71c2 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 27 Nov 2022 20:06:17 -0800 Subject: [PATCH] 2022-11-27 08:06:17PM --- d2renderers/d2latex/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), });