We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e405d64 commit 59b5243Copy full SHA for 59b5243
1 file changed
README.md
@@ -36,12 +36,10 @@ Usage
36
To use this extension, you need to include [MathJax] library in HTML files, like:
37
38
```html
39
-<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js">
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js">
40
</script>
41
```
42
43
-(replace `2.7.4` with the latest version if it is available).
44
-
45
[MathJax]: https://www.mathjax.org/
46
47
Also, you need to specify a configuration for MathJax. Please note that
0 commit comments