Images not loading in quarto document

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

What format are you using ? Which versions of the tools ?

Is test1.png located in the same folder as your qmd document ?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.