Dear all,
I'm using bookdown with hugo to create my blog.
I have created a post in RMarkDown .rmd
In this post, I try to insert a image as:
```{r, out.width='50%', fig.align='center'}
knitr::include_graphics('content/post/welcome-path.pdf')
```
with my image saved in:
Myblog\content\post\welcome-path.pdf
But instead of having the image display, I can only see a square and my image is not displayed. I tried to change the image with one working as header or change the image to jpg or png but impossible to display it.
Anyone as a solution or an idea ?
Ps: I also try with 
Thanks a lot,
Mathieu.