Creates a simple img tag for fallback/non-HTML output. Used when we don't need iframe isolation (unsupported plots in HTML, or any plot in PDF/EPUB output).
create_inline_image(plot = NULL, width = "100%", height = "auto")Character string of HTML with img tag
A ggplot object or NULL for Base R
Width for the image container
Height for the image container