Answers for "markdown add figure"

6

markdown embed image

![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
Posted by: Guest on July-22-2020
1

markdown image by address

<img src="markdownmonstericon.png"     alt="Markdown Monster icon"     style="float: left; margin-right: 10px;" />
Posted by: Guest on May-27-2020
0

insert figure r markdown

```{r pressure, echo=FALSE, fig.cap="A caption", out.width = '100%'}
knitr::include_graphics("temp.png")
```
Posted by: Guest on June-03-2021

Browse Popular Code Answers by Language