前提使用hexo与git搭建博客。
安装VScode,官方网址:https://code.visualstudio.com/
在VScode中下载Markdown Preview Enhanced和Markdown All in One插件
例图
下载pandoc:https://pandoc.org/
在创建博客根目录下,右击,选择Git Bash Here ,输入:
npm uninstall hexo-renderer-marked //原带会出现渲染失败需卸载
npm install hexo-renderer-pandoc
如提示pandoc exited with code null错误,重启即可
重启后 依次执行hexo c,hexo g,hexo s 查看效果
例图