Update quarto-formats.qmd (#1421)
correct a typo (a Built tab to a Build tab)
This commit is contained in:
parent
43d80e79b0
commit
1f6ddc6c02
|
@ -245,7 +245,7 @@ cat(readr::read_file("quarto/example-book.yml"))
|
|||
```
|
||||
|
||||
We recommend that you use an RStudio project for your websites and books.
|
||||
Based on the `_quarto.yml` file, RStudio will recognize the type of project you're working on, and add a Built tab to the IDE that you can use to render and preview your websites and books.
|
||||
Based on the `_quarto.yml` file, RStudio will recognize the type of project you're working on, and add a Build tab to the IDE that you can use to render and preview your websites and books.
|
||||
Both websites and books can also be rendered using `quarto::render()`.
|
||||
|
||||
Read more at <https://quarto.org/docs/websites> about Quarto websites and <https://quarto.org/docs/books> about books.
|
||||
|
|
Loading…
Reference in New Issue