..i'am very new to rmarkdown and maybe i just made a beginner error, but i hope someone can explain why this happens.
I made a basic rmarkdown file which looks like this:
In the Viewer pane of Rstudio (1.2.1335) both logos (upper part) are rendered correctly - everything is fine.
Then i convert the Rmd file to normal Markdown and use the pelican devserver to render the page for my blog.
The Problem is that the 2nd logo (lower part) made with knitr incude_graphics function is displayed in fullsize like you see there.
The Browser "magically" insert 'style="width: 958px' and override my setting in the code
(width="80" height="80">)
Can someone explain why this happens and how it can be avoided?
Thanks a lot
Oliver