Highlighting text
Here’s how to highlight text in R Markdown:
<span style="background-color: #FFFF00">Marked text</span>
Here’s what it looks like in action!
There’s also a simpler version:
<mark>Marked text</mark>
but it doesn’t look as good :(