-
Couldn't load subscription status.
- Fork 385
Open
Labels
bugSomething isn't workingSomething isn't workingpandocrevealjsIssues with the revealjs formatIssues with the revealjs formattablesIssues with Tables including the gt integrationIssues with Tables including the gt integration
Milestone
Description
---
title: "Test"
format: revealjs
keep-md: true
---
## Toto
```{r}
library(magrittr)
library(gt)
iris %>%
gt()
```
## Tata
```{r}
iris %>%
gt() %>%
cols_width(
"Sepal.Length" ~ px(300),
everything() ~ px(50)
) %>%
as_raw_html()
```
The second table as a size problem.
Setting tab_options(quarto.disable_processing = TRUE) seems to unbreak
And using format: html also...
schwa021
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpandocrevealjsIssues with the revealjs formatIssues with the revealjs formattablesIssues with Tables including the gt integrationIssues with Tables including the gt integration