I am trying to convert text within Rmarkdown chunk to italic such that italic appears in PDF after knitting.
So let's say I have for example the following chunk:
```{r}
"I want this text to be in italic when knitting"
```
How do I make the text appear in italic in PDF?