Chapter 9 Images

Images are likely to be rare, but when used, Pandoc’s built-in functionality is not enough. Images are to be placed in a sub-folder called “images” and included using knitr commands:

Centered and 50% width image:

```{r, echo=FALSE, fig.align='center', out.width='50%'}
knitr::include_graphics("images/sepialogo.png")
```

Here is what it looks like when used: