0.0.1 • Published 5 years ago

hexo-renderer-showdown v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

hexo-renderer-github

Hexo 插件,使用 showdown 渲染 Markdown。

Use

卸载其他同类型渲染插件,例如默认 marked

npm un hexo-renderer-marked --save

安装 hexo-renderer-github

npm install hexo-renderer-showdown --save

Options

修改 Hexo 配置 _config.yml 添加 markdown 属性。

options 参照 showdown 文档

markdown:
    # options ...
0.0.1

5 years ago