Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2020-11-01 15:09:00 +0300
committerkoirand <koirand.jp@gmail.com>2020-11-01 15:25:36 +0300
commit62cff977b74dea52c38245aedeb4a5d66be58ff2 (patch)
tree0099e1dd23492486254bef557540018f4d6ba354
parent15d0408c76419ef78a5a32310eb2dac45a56cc1d (diff)
Use MathJax ver2.7.7
-rw-r--r--layouts/partials/mathjax_support.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/layouts/partials/mathjax_support.html b/layouts/partials/mathjax_support.html
index 3696d5c..cae9723 100644
--- a/layouts/partials/mathjax_support.html
+++ b/layouts/partials/mathjax_support.html
@@ -1,8 +1,5 @@
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
-<script id="MathJax-script" async
- src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js">
-</script>
-<script>
+<script id="MathJax-script" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
@@ -15,5 +12,5 @@ MathJax.Hub.Config({
extensions: ["AMSmath.js", "AMSsymbols.js"]
}
}
-});
+})
</script>