if an image in logseq has the form

![image.png](../assets/some image with spaces.png)

that displays fine on logseq but does not display on github. On github, without changing the filename you can however replace spaces with %20

![image.png](../assets/some%20image%20with%20spaces.png)

but that doesn’t work on logseq. However interestingly, though according to this link I found per a google search, common mark supports one alternative that works in both logseq and github markdown !

![image.png](<../assets/some image with spaces.png>)