Skip to content

Commit ce30e5f

Browse files
committed
Move to version 4.0.0 (except for pnpm-lock)
1 parent d0f186a commit ce30e5f

31 files changed

+43
-43
lines changed

custom/custom-build/custom-mathjax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ SpeechHandler(RegisterHTMLHandler(browserAdaptor()), new MathML());
5151
//
5252
const html = mathjax.document(document, {
5353
worker: {
54-
path: 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/sre',
55-
maps: 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/sre/mathmaps',
54+
path: 'https://cdn.jsdelivr.net/npm/mathjax@4/sre',
55+
maps: 'https://cdn.jsdelivr.net/npm/mathjax@4/sre/mathmaps',
5656
},
5757
renderActions: {
5858
typeset: [150, null, (math, doc) => renderMathML(math, doc)]

custom/custom-build/custom-mathjax.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom/custom-component/custom-component-path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {insert} from '@mathjax/src/js/util/Options.js';
66
insert(MathJax.config, {
77
loader: {
88
paths: {
9-
mathjax: 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4',
9+
mathjax: 'https://cdn.jsdelivr.net/npm/mathjax@4',
1010
}
1111
}
1212
});

custom/custom-component/custom-component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom/custom-tex-extension/mml.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
};
1818
</script>
19-
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/tex-chtml.js"></script>
19+
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-chtml.js"></script>
2020
</head>
2121
<body>
2222

custom/custom-tex-extension/mml.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom/customized-load.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
};
2121
</script>
22-
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/startup.js"></script>
22+
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4/startup.js"></script>
2323
</head>
2424
<body>
2525

custom/load-mathjax/load-mathjax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Create a script to load MathJax
1717
//
1818
const script = document.createElement('script');
19-
script.src = 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/tex-mml-chtml.js';
19+
script.src = 'https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js';
2020
document.head.appendChild(script);
2121
}
2222
})();

custom/mml-attribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
};
4646
</script>
47-
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/tex-chtml.js"></script>
47+
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-chtml.js"></script>
4848
</head>
4949
<body>
5050

custom/tex-macros.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
};
3434
</script>
35-
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4/tex-chtml.js"></script>
35+
<script class="show" defer src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-chtml.js"></script>
3636
</head>
3737
<body>
3838

0 commit comments

Comments
 (0)