All the .md files in post folder are pages.
in the post folder I have two .md files, let’s call them A.md and B.md.
In the A.md I have an image, let’s call it image.png.
I want to add a link to image.png such that when the image is clicked, it opens B.md and shows its content i.e I want the webpage address to become www.mywebsite.com/B when image in A.md is pressed.
How can I do that? Thanks in advance for your help.