File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,21 @@ files directly.
4646
4747### Using MathJax in web browsers
4848
49- To use MathJax in web pages, see the [ MathJax
49+ If you are loading MathJax from a CDN into a web page, there is no
50+ need to install anything. Simply use a ` script ` tag that loads
51+ MathJax from the CDN. E.g.,
52+
53+ <script id="MathJax-script" async
54+ src="https://cdn.jsdelivr.net/npm/mathjax@3/tex-mml-chtml.js">
55+ </script>
56+
57+ See the [ MathJax
5058documentation] ( https://docs.mathjax.org/en/latest/index.html#browser-components ) ,
5159the [ MathJax Web Demos] ( https://github.com/mathjax/MathJax-demos-web ) ,
5260and the [ MathJax Component
53- Repository] ( https://github.com/mathjax/MathJax ) .
61+ Repository] ( https://github.com/mathjax/MathJax-demos-web ) for more information.
62+
63+
5464
5565
5666### Using MathJax Components in node applications
@@ -77,7 +87,8 @@ where the first `{ ... }` is a MathJax configuration, and the second
7787
7888See the
7989[ documentation] ( https//docs.mathjax.org/en/latest/index.html#server-nodejs )
80- for more details.
90+ and the [ MathJax Node
91+ Repository] ( https://github.com/mathjax/MathJax-demos-node ) for more details.
8192
8293### Using MathJax modules directly in node applications
8394
You can’t perform that action at this time.
0 commit comments