boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
174 stars 155 forks source link

Rmarkdown knitted html file does not display properly on some of browsers #693

Closed hannahhanok closed 1 year ago

hannahhanok commented 1 year ago

Subject of the issue

Describe your issue here.

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Please provide working code.

Expected behaviour

Tell us what should happen

I have knitted a html file in Rmarkdown. I could see the pictures and interactive graphs in my laptop ( i used to run the codes). it works perfectly fine. And my trainer could view it properly too. While, when I then shared the html file to my work colleagues , the html file does not display properly on their end . The pictures and plots are missing . The text is still there , but lost the features.

I then opened it in my ipad . if only open the html file, then it looks like the same as my colleagues could see. if i zip the whole folder and open the html from the folder , then only the interactive plots are missing, the pictures are there , the format is there.

Very strange!

Any one could help me on this please ? much appreciated!

below is my code to define the output

output: rmdformats::downcute: self_contained: false thumbnails: false lightbox: true highlights: tango