From 371b1ece729a719f102854d3175ce440f90b4a14 Mon Sep 17 00:00:00 2001 From: MHuiG <616001163@qq.com> Date: Thu, 25 Aug 2022 08:37:19 +0800 Subject: [PATCH] fix(pandown): Uncaught TypeError: pandown is not a function --- scripts/tags/pandown.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tags/pandown.js b/scripts/tags/pandown.js index 2d63e8732..b4b6ddeb7 100644 --- a/scripts/tags/pandown.js +++ b/scripts/tags/pandown.js @@ -24,10 +24,10 @@ hexo.extend.tag.register('pandown', function(args) { } let result = ''; // js - result += '
' return result; });