I have never had any problems getting images to show up in Rmarkdown, but trying to do so with quarto is giving me a lot of trouble. It never shows the image, just the text that references it:
If I use this in my .qmd file:
---
title: "Untitled"
editor: visual
---
![](test1.png)
this is what I see when it renders:
# Untitled
![](test1.png)
Does anyone know how I can debug this because I don't see any error messages or anything that would give me a clue what is going wrong.
Thanks,
Roger