Folder structure: ``` │ └───notes_folder │ note1.md │ note2.md │ └───images_folder img1.svg img2.svg ``` If I reference `img1.svg` or `img2.svg` from one of the markdown notes Acode does not display them. I am including the images using the html `<img>` tag.