NEWS


reuseme 0.0.2.9008

Breaking change

Fixes

reuseme 0.0.2

reuseme 0.0.1

str <- "rstudio/gt#120 and [md link](https://github.com)"
# before

link_issue(str)
#> "{.href [rstudio/gt#120](https://github.com/rstudio/gt/issues/120)} and [md link](https://github.com)"

# now
link_gh_issue(str) |> markup_href()
#> "{.href [rstudio/gt#120](https://github.com/rstudio/gt/issues/120)} and {.href [md link](https://github.com)}"

To investigate what's gone wrong, use

f <- proj_outline()
f |> as_tibble()