Hello,
I would like to avoid duplicating image files for a blog post that is translated into multiple languages.
My file structure
š posts
|_ š my-post
|_ š¼ļø image.png
|_ š my-post.fr.md
|_ š my-post.md
What I am trying to achieve
I would like to be able to refer to the same image file in both fr
and en
translations, like this:
![alt](image.png)
Is it possible?