A Hexo plugin that inline your svg in the img tag into HTML file.
$ npm install hexo-filter-inline-svg --save
The plugin is enabled by default. You can configure it in _config.yml
by adding the following configuration items
inline_svg:
enable: true
priority: 100
priority
field means the order of execution of filters, low-priority filter will be executed first. For more detailed introduction, please see https://hexo.io/api/filter#Synopsis
MIT