Skip to content

Commit 9370a25

Browse files
committed
bump mathjax version
1 parent ee8b138 commit 9370a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/mathjax.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ is.TeX <- function(x) {
2828
mathjax_cdn <- function() {
2929
htmltools::htmlDependency(
3030
name = "mathjax",
31-
version = "2.7.4",
31+
version = "2.7.5",
3232
package = "plotly",
3333
src = dependency_dir("mathjax"),
3434
script = "cdn.js"

inst/htmlwidgets/lib/mathjax/cdn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var script = document.createElement("script");
22
script.type = "text/javascript";
3-
script.src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_SVG";
3+
script.src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG";
44
document.getElementsByTagName("head")[0].appendChild(script);

0 commit comments

Comments
 (0)