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 ee8b138 commit 9370a25Copy full SHA for 9370a25
R/mathjax.R
@@ -28,7 +28,7 @@ is.TeX <- function(x) {
28
mathjax_cdn <- function() {
29
htmltools::htmlDependency(
30
name = "mathjax",
31
- version = "2.7.4",
+ version = "2.7.5",
32
package = "plotly",
33
src = dependency_dir("mathjax"),
34
script = "cdn.js"
inst/htmlwidgets/lib/mathjax/cdn.js
@@ -1,4 +1,4 @@
1
var script = document.createElement("script");
2
script.type = "text/javascript";
3
-script.src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_SVG";
+script.src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG";
4
document.getElementsByTagName("head")[0].appendChild(script);
0 commit comments