hexo之踩坑
hexo 本身 marldown不好用
hexo-renderer-markdown-it 插件
为了更好地写markdown文档
npm un hexo-renderer-marked --save
npm i hexo-renderer-markdown-it --save
添加到根目录
_config.yml文件
# Markdown-it config
## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
quotes: '“”‘’'
plugins:
- markdown-it-abbr
- markdown-it-footnote
- markdown-it-ins
- markdown-it-sub
- markdown-it-sup
- markdown-it-emoji # add emoji
anchors:
level: 2
collisionSuffix: 'v'
permalink: true
permalinkClass: header-anchor
permalinkSymbol: ¶