diff --git a/quarto.qmd b/quarto.qmd index c9d211f..b4d630d 100644 --- a/quarto.qmd +++ b/quarto.qmd @@ -528,7 +528,7 @@ The chunk label is used to generate the file name of the graphic on disk, so nam ## Tables Similar to figures, you can include two types of tables in a Quarto document. -They can be markdown tables that you create in directly in your Quarto document (using the Insert Table menu) or they can be tables generated as a result of a code chunk. +They can be markdown tables that you create directly in your Quarto document (using the Insert Table menu) or they can be tables generated as a result of a code chunk. In this section we will focus on the latter, tables generated via computation. By default, Quarto prints data frames and matrices as you'd see them in the console: