How do I change the Body Width of the content box of a slide in Quarto

183 Views Asked by At

This is driving me crazy. It's just a basic example. This is the Quarto code.

```{r}
#| echo: true
library(tidyverse)
library(skimr)
```

```{r}
#| echo: true
skim(diamonds)
```

The output I get is:

enter image description here

The question is: How do I extend the width of the content box to avoid the wrapping? I have tried everything.

Thanks in advance.

0

There are 0 best solutions below