Skip to content

Commit

Permalink
notebooks vignette revealjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 13, 2025
1 parent dd326b4 commit a3929e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/notebooks.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A good workaround is to use the `theme_revealjs()` function. For a one time use:
````{verbatim}
```{r}
library(tinytable)
tt(head(iris)) |> theme_revealjs()
tt(head(iris)) |> theme_tt("revealjs")
```
````

Expand Down

0 comments on commit a3929e3

Please sign in to comment.