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't open image file if the file name contains space if enable Img To Base64 option #731

Closed
yah01 opened this issue Jun 22, 2020 · 1 comment
Labels
Area: Exporting To HTML. Probably also other formats someday. Issue: Bug Res: Fixed Fix is checked in, but it might be a few weeks until a release.

Comments

@yah01
Copy link

yah01 commented Jun 22, 2020

What is the problem?

Can't open image file if the file name contains space if enable Img To Base64 option

How can I reproduce it?

write a markdown file:
![](channel%20example.svg)

and make sure there is a image file with name "channel example.svg".

try to print it to HTML

Is there any error message in the console?

无法读取文件 my\path\channel%20example.svg, 已使用图像路径而不是 base64 编码

yzhang-gh pushed a commit that referenced this issue Jun 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@yzhang-gh
Copy link
Owner

Thanks for the feedback. It should be fixed in the dev build.

@yzhang-gh yzhang-gh added Area: Exporting To HTML. Probably also other formats someday. Issue: Bug Res: Fixed Fix is checked in, but it might be a few weeks until a release. labels Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Exporting To HTML. Probably also other formats someday. Issue: Bug Res: Fixed Fix is checked in, but it might be a few weeks until a release.
Projects
None yet
Development

No branches or pull requests

2 participants