Insert a logo in upper right corner of R markdown html document
问题 I'm trying to put my company logo on the right corner of my html document Here my code: <script> $(document).ready(function() { $head = $('#header'); $head.prepend('<div class="knitr source"><img src="logo.png" width="220px" align="right" ></div>') }); </script> --- title: "Title" author: "Author" date: "Date" theme: bootstrap output: html_document keep_md: true --- ```{r echo=FALSE, include=FALSE} knitr::include_graphics('./logo.png') ``` <br> ## 1) Header <br> Lorem ipsum dolor sit amet,