-
DescriptionIf you look at the results on this pkgdown website, you see that https://dplyr.tidyverse.org/reference/filter.html#ref-examples However, it is not the case with quarto |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
pkgdown is not using R Markdown nor Pandoc and does a specific processing to restore the ANSI escape color that you get in terminal. This is not done directly by downlit package, but as another specific step in pkgdown I believe there is already a feature request to bring support in Quarto - either directly in Quarto or through R packages used. (as this is not working either in pkgdown). Other related issue with more details on how and why: |
Beta Was this translation helpful? Give feedback.
pkgdown is not using R Markdown nor Pandoc and does a specific processing to restore the ANSI escape color that you get in terminal.
This is not done directly by downlit package, but as another specific step in pkgdown
I believe there is already a feature request to bring support in Quarto - either directly in Quarto or through R packages used. (as this is not working either in pkgdown).
Other related issue with more details on how and why: