use hexo-renderer-markdown-it replace hexo-renderer-marked
install
npm un hexo-renderer-marked --save |
config
markdown: |
notice
default breaks
is false
need set to true
配合atom的markdown-preview break on single line
- issue:read more
Normally, we insert "<!-- more -->" into a post to display its summary, but don't work if using hexo-renderer-markdown-it with default configuration, hexo-renderer-markdown-it escapes HTML. To fix this issue by appending