Use the commands below in the terminal to render the book project to different outputs.
- to a PDF
quarto render index.qmd --to pdf
- to a HTML
quarto render index.qmd --to html
- to a EPUB
quarto render index.qmd --to epub
Or render all specied outputs at once:
quarto render