hexo-asset-image
hexo-asset-image copied to clipboard
issue in the Windows about inserting picture with markdown syntax,while not in Macos(using other image plugin)
Environmet
- NexT theme version 7.4.0 from GitHub release;
hexo-asset-linkinstalled withnpm install --spost_asset_folderoption turned on in_config.yml- windows10 1909
show the exact package.json
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "4.0.0"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"hexo": "^4.0.0",
"hexo-abbrlink": "^2.0.5",
"hexo-all-minifier": "^0.5.3",
"hexo-asset-image": "^1.0.0",
"hexo-deployer-git": "^2.1.0",
"hexo-footnotes": "^1.0.2",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.1.1",
"hexo-generator-index": "^1.0.0",
"hexo-generator-search": "^2.4.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0",
"hexo-symbols-count-time": "^0.7.0"
}
}
Test Case
Show the in the chrome
(i don't know how to paste the word,cause i am beginner)

How to Reproduce
(in windows 10 1909)
- Establish one blank posts with commands
hexo new "英语学习的经验分享" - Paste the picture in the file of "英语学习的经验分享" in the _post file,and qoute it with mardown syntex,like the picture below

- Run
hexo sand visit http://locahost:4000 to check out the issue,like the picture below

the expction
like the picture(test in the macos with the hexo-asset-link plugin)
