From 21e62c933ce3bc811e56aa4ef6c735f844949631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Thu, 18 Apr 2019 23:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=88=99=E4=BC=A4=E5=88=B0=E5=8F=8B?= =?UTF-8?q?=E5=86=9B=E4=BA=86-=5F-!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/linux/博客图片迁移记.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/linux/博客图片迁移记.md b/source/_posts/linux/博客图片迁移记.md index a9bda85..5eb5d63 100644 --- a/source/_posts/linux/博客图片迁移记.md +++ b/source/_posts/linux/博客图片迁移记.md @@ -246,7 +246,7 @@ hexo.extend.filter.register('before_post_render', function(data){ // data.content 是处理过代码块语法高亮的内容 if(hexo.config.picture_cdn) { data.content = data.content.replace(/\]\s*\((?=(?!http).*?\))/gi, - `](${hexo.config.picture_cdn}`) + ']'+`(${hexo.config.picture_cdn}`) } return data; });