From 8256712c3f2c2c52848de2b8718bf378d05e0d57 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 9 Aug 2024 16:42:29 +0200 Subject: [PATCH] Handle both delimiters for inline equations --- javascripts/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascripts/config.js b/javascripts/config.js index 94b90983c..80d950bf9 100644 --- a/javascripts/config.js +++ b/javascripts/config.js @@ -1,6 +1,6 @@ window.MathJax = { tex: { - inlineMath: [["$$", "$$"]], + inlineMath: [["$$", "$$"],["$", "$"]], displayMath: [["$$", "$$"]], processEscapes: true, processEnvironments: true