Highlighting text

Anirudh Yadav 2019-12-20 1 minute read

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 :(