This commit is contained in:
Enki WANG
2024-01-29 02:17:22 +08:00
committed by GitHub
parent b0aa40096b
commit d685f8f3f8

View File

@@ -246,7 +246,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 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()`.
Both websites and books can also be rendered using `quarto::quarto_render()`.
Read more at <https://quarto.org/docs/websites> about Quarto websites and <https://quarto.org/docs/books> about books.