Very simple question: I love writing R notebooks/markdowns, and with something like highlight: tango I can give background color to codes when I knit my notebook to pdfs. 
However, I don't know how to give colored backgrounds or colored fonts to printed outputs in R. For example, suppose I have the following chunk.
```{r, echo = FALSE}
writeLines("Help")
```
I'd like to see the word Help to be highlighted, say in red font with gray background. How can I achieve this?
Many thanks in advance.
 
    

 
     
    
