You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' listed in `.install_extras`. pkgdown takes a different approach based on
I seem to be running into a situation where this is relevant but I don't understand the mention here.
I have vignettes where the image files are stored in a subdirectory vignettes/screenshots/.
When I reference those image files in my vignette (using either plain markdown or knitr::include_graphics()) the forward slashes get replaced by %2F which in turns ruins the path and prevents those images from displaying properly.
Example: screenshots%2Fbasic-demo.png
This seems to be a consequence of updating to bootstrap 5 as it used to work until now.
The text was updated successfully, but these errors were encountered:
If I may rephrase my question / feature request: is it truly impossible to store image files in a subdirectory of vignettes/ ?
It seems a bit picky to "not allow" subdirectories, it feels more organised to separate the actual vignettes from the (potentially many) images they embed.
Many thanks in advance for advice / considering the feature request.
pkgdown/R/build-articles.R
Line 117 in 0cb9d38
I seem to be running into a situation where this is relevant but I don't understand the mention here.
I have vignettes where the image files are stored in a subdirectory
vignettes/screenshots/
.When I reference those image files in my vignette (using either plain markdown or
knitr::include_graphics()
) the forward slashes get replaced by%2F
which in turns ruins the path and prevents those images from displaying properly.Example:
screenshots%2Fbasic-demo.png
This seems to be a consequence of updating to bootstrap 5 as it used to work until now.
The text was updated successfully, but these errors were encountered: