1.0.1 • Published 4 years ago

hexo-img-tag-transform v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

hexo-img-tag-transform

For hexo, force to transform markdown img tag to hexo img tag when hexo generating. This npm package is very convenient for me to insert images into hexo blogs.

Installation

$ npm install hexo-img-tag-transform --save

Options

Force transform ![XXX](/xxx.png) to <% img /xxx.png XXX %>.

License

MIT