Skip to content

Commit 11f2410

Browse files
authored
Bump MathJax version to 2.7.9
Latest MathJax version, compatible with PlotlyKaleido.
1 parent a1a0746 commit 11f2410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlotlyJS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const _js_path = joinpath(artifact"plotly-artifacts", "plotly.min.js")
3232
const _js_version = include(joinpath(_pkg_root, "deps", "plotly_cdn_version.jl"))
3333
const _js_cdn_path = "https://cdn.plot.ly/plotly-$(_js_version).min.js"
3434
const _mathjax_cdn_path =
35-
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_SVG"
35+
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_SVG"
3636

3737
struct PlotlyJSDisplay <: AbstractDisplay end
3838

0 commit comments

Comments
 (0)