Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hexo-img-tag-transform

BriseKael2MIT1.0.1

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.

readme

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