Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images not rendered #48

Open
computationalstylistics opened this issue May 29, 2018 · 2 comments
Open

Images not rendered #48

computationalstylistics opened this issue May 29, 2018 · 2 comments

Comments

@computationalstylistics
Copy link

computationalstylistics commented May 29, 2018

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:

  • macOS High Sierra 10.13.4
  • R version 3.5.0
  • rmarkdown_1.9

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

  • Debian GNU/Linux 8 (jessie)
  • R version 3.3.3
  • rmarkdown_1.9
@dougmet
Copy link
Contributor

dougmet commented May 29, 2018

Thanks, will see if I can reproduce.

@ecodiv
Copy link

ecodiv commented Sep 9, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants