r-lib / downlit

Syntax Highlighting and Automatic Linking
https://downlit.r-lib.org
Other
90 stars 22 forks source link

Ensure there are no double trailing slashes #104

Closed maelle closed 3 years ago

maelle commented 3 years ago

At the moment e.g.

downlit::href_topic("bs_theme", "bslib")
#> [1] "https://rstudio.github.io/bslib//reference/bs_theme.html"

Created on 2021-06-18 by the reprex package (v2.0.0.9000)

maelle commented 3 years ago

I'm not sure this is tackled elsewhere?

hadley commented 3 years ago

This got accidentally closed because you used master, which no longer exists. Can you do a new PR please?

maelle commented 3 years ago

Done in #121

In the meantime I also read https://github.com/r-lib/mockery/issues/50#issuecomment-930446294 and everything makes perfect sense, sorry.