File tree 2 files changed +4
-2
lines changed
plugins/filter/before_post_render
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ module.exports = {
34
34
future : true ,
35
35
highlight : {
36
36
enable : true ,
37
+ auto_detect : true , // Maintain consistent with previous version.
37
38
line_number : true ,
38
39
tab_replace : '' ,
39
40
} ,
@@ -51,4 +52,4 @@ module.exports = {
51
52
theme : 'landscape' ,
52
53
// Deployment
53
54
deploy : { }
54
- } ;
55
+ } ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ function backtickCodeBlock(data){
20
20
var content = arguments [ 4 ] ;
21
21
22
22
var options = {
23
+ auto_detect : config . auto_detect ,
23
24
gutter : config . line_number ,
24
25
tab : config . tab_replace
25
26
} ;
@@ -52,4 +53,4 @@ function backtickCodeBlock(data){
52
53
} ) ;
53
54
}
54
55
55
- module . exports = backtickCodeBlock ;
56
+ module . exports = backtickCodeBlock ;
You can’t perform that action at this time.
0 commit comments