File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const Chtml = exports.Chtml = {
4444 const options = {
4545 ...Util . options . output ,
4646 fontURL : {
47- default : 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4.0.0-rc.4 /chtml/woff2' ,
47+ default : 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4/chtml/woff2' ,
4848 describe : 'The URL to use for web fonts.' ,
4949 } ,
5050 css : {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const Sre = exports.Sre = {
6363 mathmaps : {
6464 alias : 'M' ,
6565 requireArg : true ,
66- default : Util . puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4 /sre/mathmaps' : '[sre]/mathmaps' ,
66+ default : Util . puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4/sre/mathmaps' : '[sre]/mathmaps' ,
6767 describe : 'Location for SRE math maps (URL or node package reference).' ,
6868 } ,
6969 } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const Chtml = {
4444 const options = {
4545 ...Util . options . output ,
4646 fontURL : {
47- default : 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4.0.0-rc.4 /chtml/woff2' ,
47+ default : 'https://cdn.jsdelivr.net/npm/@mathjax/mathjax-newcm-font@4/chtml/woff2' ,
4848 describe : 'The URL to use for web fonts.' ,
4949 } ,
5050 css : {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export const Sre = {
6363 mathmaps : {
6464 alias : 'M' ,
6565 requireArg : true ,
66- default : Util . puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4.0.0-rc.4 /sre/mathmaps' : '[sre]/mathmaps' ,
66+ default : Util . puppet ? 'https://cdn.jsdelivr.net/npm/mathjax@4/sre/mathmaps' : '[sre]/mathmaps' ,
6767 describe : 'Location for SRE math maps (URL or node package reference).' ,
6868 } ,
6969 } ;
Original file line number Diff line number Diff line change 33 "version" : " 4.0.0" ,
44 "description" : " Demos using MathJax v4 in node" ,
55 "dependencies" : {
6- "@mathjax/mathjax-newcm-font" : " 4.0.0-rc.4 " ,
7- "@mathjax/src" : " ^4.0.0-rc.4 " ,
6+ "@mathjax/mathjax-newcm-font" : " ^ 4.0.0" ,
7+ "@mathjax/src" : " ^4.0.0" ,
88 "yargs" : " ^18.0.0"
99 },
1010 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments