Open
Description
At the moment in e.g. https://kbodwin.github.io/flair/index.html#re-referencing-a-chunk the code chunk
decorate("how_to_pipe") %>%
flair_funs()
has R syntax highlighting (different color for the argument for instance) whereas the following chunk has the yellow highlight but all the rest of the text is black.
Would it be possible and make sense for flair to add formatting to the existing syntax highlighting? I'm guessing it might be hard.