summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Math.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-06 21:12:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-06 21:12:54 -0700
commit89f136266037ae1f25277a50c1fab42c28a92c47 (patch)
treec0bdc5d703bbccc7057652085eeb357bdb5efbc4 /src/Text/Pandoc/Writers/Math.hs
parentc0b3f7fc6059bf8c555bbb2e17c95ae6b8d24f97 (diff)
Use mathjax 2.7.2 by default.
Diffstat (limited to 'src/Text/Pandoc/Writers/Math.hs')
-rw-r--r--src/Text/Pandoc/Writers/Math.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Math.hs b/src/Text/Pandoc/Writers/Math.hs
index 1677cb5b6..61358378b 100644
--- a/src/Text/Pandoc/Writers/Math.hs
+++ b/src/Text/Pandoc/Writers/Math.hs
@@ -50,7 +50,7 @@ convertMath writer mt str = do
InlineMath -> DisplayInline
defaultMathJaxURL :: String
-defaultMathJaxURL = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/"
+defaultMathJaxURL = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/"
defaultKaTeXURL :: String
defaultKaTeXURL = "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.8.3/"