Skip to content

HTML tables are no more rendered in PPTX output  #9365

@cderv

Description

@cderv

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 workingregressionFunctionality that used to work but now is broken.tablesIssues with Tables including the gt integration

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions