Give asset image in hexo a absolutely path automatically. Extended markdown syntax supports easily specifying image width.
npm install hexo-image-assistant
npm install hexo-image-assistant --save
`
示例 Example
`shell
note
├── apppicker.jpg
├── logo.jpg
└── rules.jpg
note.md
`
确保 _config.yml 中的 post_asset_folder: true 为真。
只需使用 !logo 即可插入 logo.jpg 并将宽度设置为 400。
---
Make sure post_asset_folder: true in your _config.yml.
Just use !logo to insert logo.jpg and set width to 400`.