Replies: 1 comment 2 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Description
Unsure if I've found a bug, couldn't find the same issue or discussion.
I've been using quarto for my blogsite for a while now. My typical behaviour is to host a JPEG on imgur and to use that for my articles. This image also feeds through fine to index pages which use listings. I usually render my site on macos and push everything up to github and deploy from branch. My site lives here: the datasavvy corner
Right now, I'm working on windows and on a different version of quarto (1.5.56), which could be the cause of my issue.
This time I'm trying to use this PNG in the same way as usual: PNG hosted on imgur
When I run
quarto render
orquarto render ./index.qmd
, I encounter an error. But if I runquarto render ./blogs/index.qmd
orquarto render ./blogs/17-quarto-comments.qmd
(the doc with the image in the YAML:image: https://i.imgur.com/iCV1fZV.png
), I do not encounter the error. My current workaround is to save the file locally & commit to version control. What's peculiar is that previously I have found remote hosting to work fine with JPEG & on macos. Another thing to note: I also use the images in the body of the articles. There, the url PNG renders fine. The issue seems to be in the listing of the main index only. Below is the error:Beta Was this translation helpful? Give feedback.
All reactions