-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Labels
bugSomething isn't workingSomething isn't workingregressionFunctionality that used to work but now is broken.Functionality that used to work but now is broken.tablesIssues with Tables including the gt integrationIssues with Tables including the gt integration
Milestone
Description
Discussed in #9363
Originally posted by andresrcs April 13, 2024
Description
I used to be able to insert gt tables in PowerPoint presentations seamlessly but It has stopped working, here you can find a minimal reproducible example. If you render this code, it produces a presentation with no table in it.
I'm using quarto version 1.4.553 that comes bundled with RStudio (daily build 2024.04.0 Build 693)
---
title: "Test"
format: pptx
editor: visual
---
```{r setup}
library(gt)
```
## Test Table
```{r}
#|label: test
iris %>%
gt() %>%
as_raw_html()
```
````</div>Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingregressionFunctionality that used to work but now is broken.Functionality that used to work but now is broken.tablesIssues with Tables including the gt integrationIssues with Tables including the gt integration