Resizing external image in Rmarkdown: html vs. ioslides output -


i'm using external images in rmarkdown document meant rendered ioslides , need resize them.

doing html way works both when knit ioslides , html_document.

<img src="image.png" style="height: 200px"/> 

doing markdown way below works when knit html_document not when knit ioslides (i.e., image isn't resized).

![](image.png){width=200px} 

my question is: how can make markdown resizing approach work when output ioslides?


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -