tidyverse / duckplyr

A drop-in replacement for dplyr, powered by DuckDB for performance.
https://duckplyr.tidyverse.org/
Other
253 stars 15 forks source link

Syntax highlighting in the README #254

Open etiennebacher opened 3 weeks ago

etiennebacher commented 3 weeks ago

Minor issue but the examples in the README can be hard to read without syntax highlighting and with all the links:

image

Examples of dplyr are much easier to read IMO:

image

I think this is just a matter of replacing output: downlit::readme_document by output: github_document in README.Rmd?

krlmlr commented 3 weeks ago

Thanks, interesting. I wasn't aware that downlit kills the syntax highlighting. Need to take a closer look.