[build] 4.6.3

This commit is contained in:
qingwei.li 2018-02-15 18:34:47 +08:00
parent 6a09059645
commit 7cdf751cc5
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.6.2</small>
# docsify <small>4.6.3</small>
> A magical documentation site generator.

View File

@ -3754,7 +3754,7 @@ function renderMixin (proto) {
prerenderEmbed(
{
compiler: this$1.compiler,
raw: text
raw: result
},
function (tokens) {
html = this$1.compiler.compile(tokens);
@ -4379,7 +4379,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.6.2';
Docsify.version = '4.6.3';
/**
* Run Docsify

2
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -37,5 +37,5 @@
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
}
},
"version": "4.6.2"
"version": "4.6.3"
}

View File

@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.6.2",
"version": "4.6.3",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",