update index

This commit is contained in:
qiwang067
2022-06-23 21:24:25 +08:00
parent 891a5d61ab
commit 87b5538d10

View File

@@ -33,7 +33,7 @@
// 每次开始解析 Markdown 内容时调用
// 将所有../img替换成img
// https://github.com/docsifyjs/docsify/issues/936
return content.replace(/..\/img/g, "img");
return content.replace(img/g, "img");
})
}
],