Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

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

Open
gpgao opened this issue Dec 1, 2019 · 0 comments

Comments

@gpgao
Copy link

gpgao commented Dec 1, 2019

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 <!doctype html> 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 gpgao changed the title issue in the Windows about inserting picture with markdown syntax,while not in Macos issue in the Windows about inserting picture with markdown syntax,while not in Macos(using other image plugin) Dec 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant