|
|
%!s(int64=6) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| lib | %!s(int64=6) %!d(string=hai) anos | |
| node_modules | %!s(int64=6) %!d(string=hai) anos | |
| .eslintignore | %!s(int64=6) %!d(string=hai) anos | |
| .eslintrc | %!s(int64=6) %!d(string=hai) anos | |
| .jscsrc | %!s(int64=6) %!d(string=hai) anos | |
| .npmignore | %!s(int64=6) %!d(string=hai) anos | |
| LICENSE | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=6) %!d(string=hai) anos | |
| index.js | %!s(int64=6) %!d(string=hai) anos | |
| package.json | %!s(int64=6) %!d(string=hai) anos | |
| yarn.lock | %!s(int64=6) %!d(string=hai) anos | |
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>.