MangoTheCat / rmdshower

R Markdown template for shower
http://mangothecat.github.io/rmdshower/skeleton.html
Other
147 stars 42 forks source link

Images not rendered #48

Open computationalstylistics opened 6 years ago

computationalstylistics commented 6 years ago

Hi there!

After upgrading R to ver. 3.5.0 and, consequently, the packages rmarkdown and rmdshower, I cannot render my own presentations created a few weeks ago. I get the following issue. The code in my source file:

![title](img/fig_3.png)

is rendered:

<p><img data-src="img/fig_5.png" alt="title"/></p>

rather than

<p><img src="img/fig_5.png" alt="title"/></p>

The issue affects the following setup:

And it works flawlessly on a Linux machine, regardless of the upgrades:

dougmet commented 6 years ago

Thanks, will see if I can reproduce.

ecodiv commented 5 years ago

Any news on this, I am having the same issues, not only when inserting images with:

![title](image.png)

But also for plots created in a r code block are in html refered to with data-src rather than src