```{r}
url1 <- "https://www.haustier-news.de/welpen/wp-content/uploads/2020/09/pomeranian.jpg"
url2 <- "https://www.allthingsdogs.com/wp-content/uploads/2020/01/White-Pomeranian-Feature-678x381.jpg"
```
# this works
```{r}
#| label: a-pomeranian
#| out-width: 50%
knitr::include_graphics(url1)
```
```{r}
#| label: another-pomeranian
#| out-width: 25%
knitr::include_graphics(url1)
```
# this doesn't
```{r}
#| label: two-pomeranians
#| fig-show: hold
#| out-width: 25%
#| layout-nrow: 1
knitr::include_graphics(url1)
knitr::include_graphics(url2)
```
Bug description
repex
.qmd:
output:
software
(1db809b8, 2022-05-16) for macOS
Checklist