hexo-asset-image icon indicating copy to clipboard operation
hexo-asset-image copied to clipboard

codeblock `<>` render wrong

Open kexplorning opened this issue 6 years ago • 0 comments

如果在代码区域中出现 <> 之类的标签,使用这个插件后会使得 <> 无法显示。

如果是

`<a>`

正常情况下会被解释为

<code><a></code>

而使用这个插件以后会被解释为

<code><a></a></code>

如此 <a> 就无法被显示出来。

不知道是什么原因产生的 bug。

kexplorning avatar Nov 09 '19 13:11 kexplorning