0.0.1 • Published 5 years ago

hexo-asset-image-k v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

hexo-asset-image-fixed

本仓库修复了原包在文章标题出现[http]/[https]等关键词时会无法转换src的问题, 将绝对路径修改会相对路径

This repository fix a bug that Cannot transfer the property 'scr' when the title contains a keyword like[http]/[https]

Usege

npm install hexo-asset-image-k --save

Example

MacGesture2-Publish
├── apppicker.jpg
├── logo.jpg
└── rules.jpg
MacGesture2-Publish.md

确保网站配置_config.yml中选项设置为:post_asset_folder: true

Make sure post_asset_folder: true in your _config.yml.

就可以直接使用![logo](logo.jpg)来插入图片logo.jpg啦。

Just use ![logo](logo.jpg) to insert logo.jpg.