8000 trim starting whitespaces · plotly/plotly.js@ce0f2af · GitHub
[go: up one dir, main page]

Skip to content

Commit ce0f2af

Browse files
committed
trim starting whitespaces
1 parent c80644e commit ce0f2af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ To learn and build more with plotly.js please visit [plotly.js documentation](ht
7979
### Un-minified versions are also available on CDN
8080
While non-minified source files may contain characters outside UTF-8, it is recommended that you specify the `charset` when loading those bundles.
8181
```html
82-
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.js" charset="utf-8"></script>
82+
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.js" charset="utf-8"></script>
8383
```
8484

8585
> 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.
8686
8787
### To support MathJax
8888
Load relevant MathJax (v2) files *Before* the plotly.js script tag:
8989
```html
90-
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"></script>
91-
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.min.js"></script>
90+
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_SVG.js"></script>
91+
<script src="https://cdn.plot.ly/plotly-2.0.0-rc.3.min.js"></script>
9292
```
9393

9494
## Bundles

0 commit comments

Comments
 (0)
0