This simulates what rmarkdown / knitr do to the output of an R markdown
chunk, at least as of rmarkdown 1.10. It is useful when we override the
knitr output hooks so that we can have a result that still looks as if it
was run by knitr.
html_code_block(x, class = "fansi-output")character(1L) x, with <PRE> and <CODE> HTML tags
applied and collapsed into one line with newlines as the line separator.