Hi,
This is my first time asking a question in the community so I hope I am doing it right!
I am trying to create my Blogdown site and I have used all options to attempt to create an image but it keeps failing to display in the viewer. Having followed the other advice on this web page, I have read the Blogdown book to try and troubleshoot it but am having some issues.
When I type this into my RMarkdown document as suggested, the image appears in the RMarkdown document, but it does not appear in the viewer (even after using addins > serve site).
I have also tried to use knitr's include_graphics function but the same image as above also appears.
knitr::include_graphics("C:/Users/chfal/Documents/blog/static/img.jpeg).
I can provide more information if needed, I wasn't sure what else to include because this is my first time asking a question. Thank you!
CHF