Images are are only rendered in the html document (quarto file) if it is located in the /image directory, although in RStudio visual editor the image is rendered correctly.
Background
I have a project wherein I am doing some analysis. Rather than doing all the all analysis in a quarto document, I have separate .R files; each with it's own analysis and final output (either a table or plot) is saved to a folder/location. This location to the table/image, is then referred in the quarto document.
Question
If the absolute path of the image has been been stated, shouldn't quarto allow for the document to be rednered.