rdocumentation-2.0
rdocumentation-2.0 copied to clipboard
Consider removing backticks from code
A few people have asked about changing the styling of inline code to be more like GitHub.
Note: the backticks are added via CSS before/after content so they can't be accidentally selected when copying/pasting.
This would require changing the defaults in @tailwind/typography as per the docs: https://github.com/tailwindlabs/tailwindcss-typography
Probably more work than it's worth (we'd need to manually adjust the styling for each responsive variant).