Load local files with relative path
flaurencin
### Actual behavior
All Files are located in upload.
### Expected behavior
We should be able to have relative path images and files. We are generating here our docs in such a way that we can produce pandoc pdf or html or Word files.
As well as, we refererence files relatively to the .md file path.
### Steps to reproduce the behavior
Just place an image in the same directory than the md file, place it in your md files, it work perfectly in local. Push it to git. And you image will not display.
N
Nico M
Also big +1.
In my case, images in paths relative to the markdown file are "working", but as stated above there is no way to upload images to anywhere other than a folder at the root level.
My team was really confused by this behavior. We expected it to work just as it does on GitLab and GitHub.
The solution would be to just be able to select any folder where to upload the images, or to have the move feature implemented (which is currently grayed out; i.e. "not yet implemented" as per the docs: https://docs.requarks.io/guide/assets#manage-an-asset).
iuooip
That caught me off guard.
Links are working(ish) when you try to click them from preview window but when page is saved every relative changes in link to the page you are on.
BIG +1 to that one since it's counter intuitive when you work with markdown and do not have this functionality.