[build] 4.5.7
This commit is contained in:
parent
7c8d1cee76
commit
d22ea84783
5 changed files with 6 additions and 6 deletions
|
|
@ -2851,7 +2851,7 @@ var Compiler = function Compiler (config, router) {
|
|||
};
|
||||
|
||||
Compiler.prototype.matchNotCompileLink = function matchNotCompileLink (link) {
|
||||
var links = this.config.noCompileLinks;
|
||||
var links = this.config.noCompileLinks || [];
|
||||
|
||||
for (var i = 0; i < links.length; i++) {
|
||||
var n = links[i];
|
||||
|
|
@ -4063,7 +4063,7 @@ initGlobalAPI();
|
|||
/**
|
||||
* Version
|
||||
*/
|
||||
Docsify.version = '4.5.6';
|
||||
Docsify.version = '4.5.7';
|
||||
|
||||
/**
|
||||
* Run Docsify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue