We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d794bea commit a3d6200Copy full SHA for a3d6200
examples/Struik.html
@@ -22,10 +22,10 @@
22
});
23
MathJax.Ajax.config.path["a11y"] = "../extensions";
24
if(window.location.href.indexOf("mathjax.github.io/MathJax-a11y") > -1) {
25
- MathJax.Ajax.config.path["SRE"] = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/extensions/a11y";
+ MathJax.Ajax.config.path["SRE"] = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/extensions/a11y";
26
}
27
</script>
28
-<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML-full"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_HTML-full"></script>
29
</head>
30
<body>
31
0 commit comments