rtf_rich_text(
text = paste(
"This is {.emph important}.",
"This is {.strong relevant}.", "This is {.zebra ZEBRA}."
),
theme = list(
.emph = list(format = "i"),
.strong = list(format = "b"),
.zebra = list(color = "white", background_color = "black")
)
)
Run the code above in your browser using DataLab