File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ var fs = require('fs');
3
3
var path = require ( 'path' ) ;
4
4
var crc = require ( 'crc' ) ;
5
5
var exec = require ( 'child_process' ) . exec ;
6
- var mjAPI = require ( 'mathjax-node/lib/mj-single .js' ) ;
6
+ var mjAPI = require ( 'mathjax-node/lib/main .js' ) ;
7
7
8
8
var started = false ;
9
9
var countMath = 0 ;
@@ -118,7 +118,7 @@ function processBlock(blk) {
118
118
@return {Object }
119
119
*/
120
120
function getWebsiteAssets ( ) {
121
- var version = this . config . get ( 'pluginsConfig.mathjax.version' , '2.7.1 ' ) ;
121
+ var version = this . config . get ( 'pluginsConfig.mathjax.version' , '2.7.6 ' ) ;
122
122
123
123
return {
124
124
assets : "./book" ,
Original file line number Diff line number Diff line change 7
7
"gitbook" : " >=3.0.0"
8
8
},
9
9
"dependencies" : {
10
- "mathjax-node" : " 0.5.2 " ,
10
+ "mathjax-node" : " 2.0.0 " ,
11
11
"q" : " ^1.1.2" ,
12
12
"crc" : " ^3.2.1"
13
13
},
31
31
"version" : {
32
32
"type" : " string" ,
33
33
"title" : " Version of MathJAX to use for website rendering" ,
34
- "default" : " 2.7.1 "
34
+ "default" : " 2.7.6 "
35
35
}
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments