hexo.render.renderSync({ text: content, engine: 'markdown' } 不会渲染标签外挂? #5499
Unanswered
jerryc127
asked this question in
Question / Answer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在写一个page
通过 site.data.shuoshuo 读取 shuoshuo.yml 的内容
类似
然后调用 hexo.render.renderSync({ text: content, engine: 'markdown' } 渲染 content 的内容
但是发现 标签外挂并没有渲染
Beta Was this translation helpful? Give feedback.
All reactions