0.0.3 • Published 5 years ago
hexo-image-link-with-display-size v0.0.3
hexo-image-link-with-display-size
When enabled hexo post_asset_folder: true, convert the markdown image path to asset_img syntax, to make the image display both in typora and hexo.
Original size of Image
 -> {% asset_img label local-image.png %}
Custom size of image
 -> {% asset_img local-image.png 100 100 label %}
hexo-image-link's problem
It work well,but without set image display size, so i add the features.
Install
$ npm install hexo-image-link-with-display-size --saveUsage
Make Sure You Enable hexo-asset-folder: true which in hexo's _config.yml.
Edit Markdown and insert image.
or
