Skip to content

Commit 3fd1534

Browse files
committed
update stats task to point to where to find mathjax files
1 parent 80d3090 commit 3fd1534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/stats.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +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 (version 2) from the internet.',
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"',
6263
'',
6364
'By default, plotly.js will modify the global MathJax configuration on load.',
6465
'This can lead to undesirable behavior if plotly.js is loaded alongside',

0 commit comments

Comments
 (0)