hexo-asset-image icon indicating copy to clipboard operation
hexo-asset-image copied to clipboard

issue in the Windows about inserting picture with markdown syntax,while not in Macos(using other image plugin)

Open gpgao opened this issue 6 years ago • 0 comments

Environmet

  • NexT theme version 7.4.0 from GitHub release;
  • hexo-asset-link installed with npm install --s
  • post_asset_folder option 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)

image

How to Reproduce

(in windows 10 1909)

  1. Establish one blank posts with commands hexo new "英语学习的经验分享"
  2. Paste the picture in the file of "英语学习的经验分享" in the _post file,and qoute it with mardown syntex,like the picture below image
  3. Run hexo s and visit http://locahost:4000 to check out the issue,like the picture below

image

the expction

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

image

gpgao avatar Dec 01 '19 11:12 gpgao