In RMarkdown is there a way to specify the font color?
There doesn\'t seem to be an option while browsing through the chunk options
An output-format agnostic solution would be to use the dedicated text_spec() function in the kableExtra package:
text_spec()
kableExtra
Roses are `r kableExtra::text_spec("red", color = "red")`, violets are `r kableExtra::text_spec("blue", color = "blue")`