From 0d43931b8d9419acfe94458e1bf5279ad476c687 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 29 Aug 2019 02:45:35 +0200 Subject: [PATCH] Foxed typo in MathJax config. --- public/config/MathJax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config/MathJax.js b/public/config/MathJax.js index fd86d61794..e006934a67 100644 --- a/public/config/MathJax.js +++ b/public/config/MathJax.js @@ -2,7 +2,7 @@ MathJax.Hub.Config({ extensions: ["tex2jax.js","TeX/AMSmath.js","TeX/AMSsymbols.js", "TeX/noErrors.js"], jax: ["input/TeX","output/HTML-CSS"], tex2jax: { - inlineMath: [[["\\(","\\)"]], + inlineMath: [["\\(","\\)"]], displayMath: [ ["\\[","\\]"] ], processEscapes: true, }, -- GitLab