Skip to content

typst output doesn't process links from gt #11932

@arthurgailes

Description

@arthurgailes

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

Labels

bugSomething isn't workingtablesIssues with Tables including the gt integrationupstreamBug is in upstream library

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions