Can't open image file if the file name contains space if enable Img To Base64 option #731
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.
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 编码
The text was updated successfully, but these errors were encountered: