vignettes/include_graphics_wrapper.Rmd
include_graphics_wrapper.Rmd
library(linguisticsdown)
path
png_url <- 'https://commonmark.org/images/markdown-mark.png' gif_url <- 'https://media.giphy.com/media/k3dcUPvxuNpK/giphy.gif'
include_graphics2(png_url)
alt_path
include_graphics2(gif_url)
include_graphics2(gif_url, png_url)
include_graphics2('Darwin.jpg')
include_graphics2('local.gif')
include_graphics2('local.gif', 'local_gif_static.png')