node.js - 如何调用hexo渲染 ``` ``` 代码块的渲染引擎
大家讲道理
大家讲道理 2017-04-17 16:27:46
0
2
290

在 hexo 的script文件夹里写脚本时,使用hexo.render.renderSync({text: content, engine: 'markdown'}) 无法渲染 " 的代码段

直接输出 content 的结果和用 hexo.render.renderSync({text: content, engine: 'markdown'}) 一样,能渲染其他的 markdown 不能渲染 " 代码块

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
迷茫

Solved
Just add a scripts script
https://github.com/hexojs/hex...

伊谢尔伦

You need to write code snippet language. Try it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template