We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f5d2a commit 34355d7Copy full SHA for 34355d7
ts/components/loader.ts
@@ -399,7 +399,9 @@ if (typeof MathJax.loader === 'undefined') {
399
combineDefaults(MathJax.config, 'loader', {
400
paths: {
401
mathjax: Loader.getRoot(),
402
- fonts: context.window ? 'https://cdn.jsdelivr.net/npm/@mathjax' : '@mathjax',
+ fonts: context.window
403
+ ? 'https://cdn.jsdelivr.net/npm/@mathjax'
404
+ : '@mathjax',
405
},
406
source: {},
407
dependencies: {},
0 commit comments