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

can not handle encoded image URLs in build mode #220

Closed
hronro opened this issue Feb 3, 2021 · 1 comment
Closed

can not handle encoded image URLs in build mode #220

hronro opened this issue Feb 3, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@hronro
Copy link

hronro commented Feb 3, 2021

Describe the bug
In the markdown file, When reference a image file with encoded URL, it works in the dev mode, but it would faild to build.

To Reproduce
Steps to reproduce the behavior:

  1. a image file named image (01).png.
  2. a markdown file with content like this: ![](./image%20%2801%29.png)
  3. run vitepress build

Expected behavior
Should build successfully.

System Info

  • vitepress version: 0.11.5
  • vite version: 2.0.0-beta.62
  • Node version: 2.0.0-beta.62
  • OS version: Windows 10
@hronro hronro added the bug: pending triage Maybe a bug, waiting for confirmation label Feb 3, 2021
@kiaking
Copy link
Member

kiaking commented Feb 10, 2021

Thanks for the report! I think this is the same issue as #217. Closing this issue as a duplication.

@kiaking kiaking closed this as completed Feb 10, 2021
@kiaking kiaking added duplicate This issue or pull request already exists and removed bug: pending triage Maybe a bug, waiting for confirmation labels Feb 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants