I see from the R Markdown website that the colour of text can be changed like so:
<div class="red2">
This text is red
</div>
But this doesn't seem to work for text formatted with `, like "If in doubt, use ?dplyr::filter
", for example.
Besides using css or html tags, is there a simpler way to do this?