jackyzha0 / quartz

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites
https://quartz.jzhao.xyz
MIT License
6.82k stars 2.47k forks source link

images not render if contain brackets in filename #1239

Closed storyweb closed 2 months ago

storyweb commented 3 months ago

Describe the bug

when filename of image contains parentheses, rendering image stop working when parentheses removed, render works.

for example,. when embedding the image

![[Wiki_Drawing_-_Y-Linked_(1).svg]]
devinat1 commented 3 months ago

I am having a similar issue. Are you able to resolve this by using the crawllinks plugin?

MasssiveJuice08 commented 2 months ago

Hi @storyweb , one thing to consider is that from a web design perspective it is bad practice for filenames to contain special characters (such as brackets).

This extends not only to images but to the filenames of your Markdown files as well.

jackyzha0 commented 2 months ago
image

seems to work fine?