RSS feed prepending page URL to image URLs in the description. Feedly shows no images! #6943
-
DescriptionHi, my RSS feeds do not display any images. All the images in my blog are embedded via URLs from Imgur or Unsplash. I just noticed that the image source URLs are prepended with the blog post URL in the feed description. Is it a bug or am I doing something wrong? Example
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
This will be resolved in our next pre-release build. Thanks for letting us know about the issue!
db30371