Skip to content

Commit 67812ff

Browse files
emilyklarchmoj
andauthored
Bump MathJax 4 patch version
Co-authored-by: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com>
1 parent 99d55cb commit 67812ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ MathJax is not included in the plotly.js bundle, so it must be loaded separately
101101

102102
For MathJax v4:
103103
```html
104-
<script src="https://cdn.jsdelivr.net/npm/mathjax@4.1.2/tex-svg.js"></script>
104+
<script src="https://cdn.jsdelivr.net/npm/mathjax@4.1.3/tex-svg.js"></script>
105105
```
106106

107107
For MathJax v3:

test/image/make_exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
pio.templates.default = "none"
1111
pio.defaults.plotlyjs = os.path.join(root, "build", "plotly.js")
12-
pio.defaults.mathjax = "https://cdn.jsdelivr.net/npm/mathjax@4.1.2/tex-svg.js"
12+
pio.defaults.mathjax = "https://cdn.jsdelivr.net/npm/mathjax@4.1.3/tex-svg.js"
1313

1414
allFormats = ["svg", "jpg", "jpeg", "webp", "pdf"]
1515
# 'png' is tested by image-test

0 commit comments

Comments
 (0)