Skip to content

Commit d5d6a75

Browse files
committed
edit mathjax note
1 parent ee140a9 commit d5d6a75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ While non-minified source files may contain characters outside UTF-8, it is reco
8585

8686
> Please note that as of v2 the "plotly-latest" outputs (e.g. https://cdn.plot.ly/plotly-latest.min.js) will no longer be updated on the CDN, and will stay at the last v1 patch v1.58.4. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
8787
88-
### To support MathJax
89-
Load relevant MathJax (v2) files *Before* the plotly.js script tag:
88+
To support MathJax, you need to load version two of MathJax e.g. `v2.7.5` files from CDN or npm.
9089
```html
9190
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"></script>
92-
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.min.js"></script>
9391
```
9492

9593
## Bundles

0 commit comments

Comments
 (0)