Skip to content

Commit 2222ea7

Browse files
authored
Merge pull request #6217 from plotly/mathjax-v3.2.2
bump Mathjax v3.2.2
2 parents 3f9f36a + 17ff056 commit 2222ea7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To support MathJax, you could load either version two or version three of MathJa
9393
```
9494

9595
```html
96-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/es5/tex-svg.js"></script>
96+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/es5/tex-svg.js"></script>
9797
```
9898

9999
> When using MathJax version 3, it is also possible to use `chtml` output on the other parts of the page in addition to `svg` output for the plotly graph.

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"lodash": "^4.17.21",
157157
"madge": "^5.0.1",
158158
"mathjax-v2": "npm:[email protected]",
159-
"mathjax-v3": "npm:mathjax@^3.2.1",
159+
"mathjax-v3": "npm:mathjax@^3.2.2",
160160
"minify-stream": "^2.1.0",
161161
"npm-link-check": "^4.0.0",
162162
"open": "^8.4.0",

0 commit comments

Comments
 (0)