Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension breaks Markdown Preview regarding Images #46

Closed
kristofzerbe opened this issue Jan 21, 2022 · 1 comment
Closed

Extension breaks Markdown Preview regarding Images #46

kristofzerbe opened this issue Jan 21, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kristofzerbe
Copy link

Describe the bug
Don't know why, but the default VSCode Markdown preview (and others) was not able to preview images with relative paths. After disabling all extensions one by one, I discovered, that the images are shown only, when vscode-hexo-utils is disabled.

To Reproduce
Steps to reproduce the behavior:

  1. Enable vscode-hexo-utils
  2. Create Markdown file
  3. Store an image in the same folder, f.e. my-image.png
  4. Write ![description](my-image.png) in MD file
  5. Click on PREVIEW button

Expected behavior
Image should be shown in preview

Plugin version(please complete the following information):
latest

@0x-jerry 0x-jerry added the bug Something isn't working label Jan 21, 2022
@0x-jerry 0x-jerry self-assigned this Jan 21, 2022
@0x-jerry
Copy link
Owner

Fixed, please upgrade and try again. And thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants