knitr_options_html(fig_width, fig_height, fig_retina, keep_md, dev = "png")
NULL
to
prevent retina scaling. Note that this will always be NULL
when
keep_md
is specified (this is because fig_retina
relies on
outputting HTML directly into the markdown document).knitr
argument of the
output_format
function.