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 += '
'; + result += '
'; //pandown result += '' //调用 - result += '
' + result += '
' return result; });