Replies: 1 comment 2 replies
-
This is intended behaviour: Here I do not believe there is a need to another message, as if the resource is not found it obviously cannot be embedded, i.e., you don't have ˋimg/quarto_logo.png` at the root of the project, what details are you missing exactly beside your path is not correct in Quarto context? Note that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
For the second slide, the local resource
quarto_logo.png
will not be properly embedded into the self-contained HTML file:I'm guessing that this is because the syntax of missing the dot before
/img
is wrong. However, this worked perfectly fine in the slide show if the HTML file was not moved from the original directory. So it seems like this syntax is fine for browsers.The current warning message is:
I think it is fine if Quarto has a different syntax than the browsers, but it will be helpful to add a reminder whenever it encounters a valid path with the dot missing (as I have spent a lot of time to figure out that it is the dot making the self-contained mode not working).
Beta Was this translation helpful? Give feedback.
All reactions