Replies: 4 comments 8 replies
-
What version of quarto are you using? |
Beta Was this translation helpful? Give feedback.
-
version 1.2.313 I found a way around by replacing this:
with this
I wonder if it's possible for the render engine to use this to represent image links |
Beta Was this translation helpful? Give feedback.
-
Yes, that is correct. I'm starting from a simple |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm adapting my hugo/blogdown website to use Quarto
qmd
files. I'm following the instructions rendering my.qmd
file into an.md
, and the website is working fine with one exception; the output of ggplot commands is not showing up in the webpages.Looking at my newly generated
.md
file, I find the following line corresponding to my ggplot output (which is sitting in a folder, right next to both the.qmd
, and.md
files:<img src="index.markdown_strict_files/figure-markdown_strict/unnamed-chunk-1-1.png" width="768" />
For some reason, the website won't show up this image in the web page.
Is that a way to fix this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions