In RStudio, links to issues are automatically recognized. This function creates intermediate markdown links to entries of the form rstudio/rstudio#1100
Details
Note: doesn't (yet) support without
Basically transform repo/org#xx -> [repo/org#xx](https://github.com/repo/org/issues/xx)
.
Afterwards, we use markup_href()
to create a cli link
See also
Other inline markup internal helpers:
markup_href()
Examples
link_gh_issue(c("We really need rstudio/gt#1469 to be fixed."))
#> [1] "We really need [rstudio/gt#1469](https://github.com/rstudio/gt/issues/1469) to be fixed."