We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d3090 commit 3fd1534Copy full SHA for 3fd1534
tasks/stats.js
@@ -58,7 +58,8 @@ function getInfoContent() {
58
'<script src="mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>',
59
'```',
60
'',
61
- 'You can get the relevant MathJax files (version 2) from the internet.',
+ '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"',
63
64
'By default, plotly.js will modify the global MathJax configuration on load.',
65
'This can lead to undesirable behavior if plotly.js is loaded alongside',
0 commit comments