Dear,
Any idea about how to generate a rtf file containing colored text from R markdown.
or any workaround solution.
Personally, rendering the value in red color works perfectly when using html_document from YAML. The use of r text_spec(my_variable[1],color = "red")
woks very well. Unfortunately, when running knit with rtf_document, everything is in black and white.
I tried to use the pandoc_convert function but without success. But, I may not know how to use it optimally.
Any support is welcome
Kind regards
Bruno B.