File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ The `config` method is used to set _global_ configuration options. Its default o
8383 displayErrors: true , // determines whether error messages are shown on the console
8484 undefinedCharError: false , // determines whether "unknown characters" (i.e., no glyph in the configured fonts) are saved in the error array
8585 extensions: ' ' , // a convenience option to add MathJax extensions
86- fontURL: ' https://cdn.mathjax.org/ mathjax/latest /fonts/HTML-CSS' , // for webfont urls in the CSS for HTML output
86+ fontURL: ' https://cdnjs.cloudflare.com/ajax/libs/ mathjax/2.7.0 /fonts/HTML-CSS' , // for webfont urls in the CSS for HTML output
8787 MathJax: { } // standard MathJax configuration options, see https://docs.mathjax.org for more detail.
8888}
8989```
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ var displayMessages = false; // don't log Message.Set() calls
3838var displayErrors = true ; // show error messages on the console
3939var undefinedChar = false ; // unknown characters are not saved in the error array
4040var extensions = '' ; // no additional extensions used
41- var fontURL = 'https://cdn.mathjax.org/ mathjax/latest /fonts/HTML-CSS' ; // location of web fonts for CHTML
41+ var fontURL = 'https://cdnjs.cloudflare.com/ajax/libs/ mathjax/2.7.0 /fonts/HTML-CSS' ; // location of web fonts for CHTML
4242
4343var defaults = {
4444 ex : 6 , // ex-size in pixels
You can’t perform that action at this time.
0 commit comments