Skip to content

Commit 3dcbbe0

Browse files
committed
edit script to update dist/README for mathjax version
1 parent 6da50c7 commit 3dcbbe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/stats.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ function getInfoContent() {
5858
'<script src="mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>',
5959
'```',
6060
'',
61-
'You can get the relevant MathJax files in `./vendor/extras/mathjax/` or from the internet',
62-
'e.g. "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.3/MathJax.js?config=TeX-AMS-MML_SVG.js"',
61+
'You can get the relevant MathJax files from the internet e.g.',
62+
'"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-AMS-MML_SVG.js"',
6363
'',
6464
'By default, plotly.js will modify the global MathJax configuration on load.',
6565
'This can lead to undesirable behavior if plotly.js is loaded alongside',

0 commit comments

Comments
 (0)