diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index 87c2d633..fd4697fd 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -48,7 +48,7 @@ tt(x) ## Output formats -`tinytable` can produce tables in HTML, Markdown, LaTeX, PDF, or PNG format. An appropriate output format form printing is automatically selected based on (1) whether the function is called interactively, (2) is called within RStudio, and (3) based on the output format of the Rmarkdown or Quarto document. Alternatively, users can specify the print format in `print()` or by setting a global option: +`tinytable` can produce tables in HTML, Markdown, LaTeX, PDF, or PNG format. An appropriate output format for printing is automatically selected based on (1) whether the function is called interactively, (2) is called within RStudio, and (3) the output format of the Rmarkdown or Quarto document, if applicable. Alternatively, users can specify the print format in `print()` or by setting a global option: ```{r} #| eval: false