-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
The url used when we click on a link is the shortened url instead of the data url when width isn't sufficient
run locally and click to reproduce:
print(tibble::tibble(a="https://tibble.tidyverse.org"), width = 20)
#> # A tibble: 1 × 1
#> a
#> <chr>
#> 1 https://tibble.ti…Created on 2025-11-28 with reprex v2.1.0
Moreover, it seems that only 1 url per row is clickable:
tibble::tibble(
a = c("https://tibble.tidyverse.org", "https://www.google.com", "a"),
b = c( "https://www.google.com", "https://tibble.tidyverse.org", "https://tibble.tidyverse.org")
)
#> # A tibble: 3 × 2
#> a b
#> <chr> <chr>
#> 1 https://tibble.tidyverse.org https://www.google.com
#> 2 https://www.google.com https://tibble.tidyverse.org
#> 3 a https://tibble.tidyverse.orgCreated on 2025-11-28 with reprex v2.1.0
Metadata
Metadata
Assignees
Labels
No labels