Skip to content

Commit

Permalink
Get rid of browser call
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Nov 1, 2024
1 parent 5ad1ee2 commit 69180b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/ansi-hyperlink.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ make_link_run <- function(txt) {
text <- ifelse(is.na(mch$text), txt, mch$text)
code <- ifelse(is.na(mch$url), txt, mch$url)

#browser()
sprt <- ansi_hyperlink_types()$run
if (!sprt) {
return(vcapply(text, function(code1) format_inline("{.code {code1}}")))
Expand Down

0 comments on commit 69180b8

Please sign in to comment.