Add support for Markdown. This plugin uses marked as render engine.
$ npm install hexo-renderer-marked --save
You can configure this plugin in _config.yml.
marked:
gfm: true
pedantic: false
sanitize: false
tables: true
breaks: true
smartLists: true
smartypants: true
modifyAnchors: ''
autolink: true
markdown.pl as much as possible. Don't fix any of the original markdown bugs or poor behavior.gfm option to be true.gfm option to be true.https://hexo.io will become <a href="https://hexo.io">https://hexo.io</a>.