Open zengchang233 opened 5 years ago
I got a same issue. It doesn't work even I've changed mode in config to "realtime". all that code type is string doesn't wrap any html tag like down below.
<code class="language-language-js">{
constructor: ƒ (),
__proto__: Object
}
</code>
@ele828 Could check this issue?
u can add "hexo-inject" in package.json
in dependencies
, you can see hexo-prism-plus for Installation note
My plugin config:
The code render on my blog:
Does anybody know what wrong it is?