Skip to content

Commit

Permalink
Merge pull request #6227 from plotly/mathjax-readme
Browse files Browse the repository at this point in the history
provide MathJax label in README
  • Loading branch information
archmoj authored Jun 14, 2022
2 parents e79f045 + 52a84cf commit 1ec75d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ While non-minified source files may contain characters outside UTF-8, it is reco

> 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.5. Therefore, to use the CDN with plotly.js v2 and higher, you must specify an exact plotly.js version.
To support MathJax, you could load either version two or version three of MathJax files, for example:
### MathJax
You could load either version two or version three of MathJax files, for example:
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"></script>
```
Expand Down

0 comments on commit 1ec75d5

Please sign in to comment.