-
Notifications
You must be signed in to change notification settings - Fork 370
Closed
rstudio/gt
#1958Labels
bugSomething isn't workingSomething isn't workingtablesIssues with Tables including the gt integrationIssues with Tables including the gt integrationupstreamBug is in upstream libraryBug is in upstream library
Milestone
Description
Bug description
The link below works in the gt via RStudio, but typst somehow ignores the markdown output. Thanks for you time.
Steps to reproduce
---
format: typst
---
## Quarto
Works great in GT, typst says no
```{r}
library(gt)
gt(gtcars[1:5,]) |>
tab_source_note(md("[google](google.com)"))
```
But it could say yes! [google](google.com)
Expected behavior
No response
Actual behavior
No response
Your environment
Windows Server 2016
Quarto check output
Quarto 1.6.40
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtablesIssues with Tables including the gt integrationIssues with Tables including the gt integrationupstreamBug is in upstream libraryBug is in upstream library