Hello,
This isn't a strictly knitr question, but this seemed like the best venue for it...
Does anyone know how to disable the base64-encoded image embedding in recent versions of rmarkdown? With the older markdown library
it used to be possible to specify a set of options to use for rendering, and one could simply remove the option to base64 encode images.
With the newer rmarkdown library though I have not yet found a similar option.
This would be nice in cases where you have many figures in a document and the resulting HTML becomes very large and slow to render / edit.
Keith