plot(cars)

Hello Quarto World!
You can cross reference figures and tables easily. See for example Figure 1.1, or if this figure was in the supplementary, you could add a custom prefix and cite it as Figure S 1.1 .
You can also cross reference chapters, for example with a hyper link like this, or directly, like Appendix A.
plot(cars)
Here’s a simple markdown generated table Table 1.1:
Animal | Colour | Size |
---|---|---|
Bear | Brown | Big |
Wolf | Grey | Big |
Lynx | Orange? | Big |
For adding reference, quarto work great with Zotero. If you are in RStudio, just type \@ and you will be able to search your Zotero library. When you add a reference, it will automatically be added to the references.bib
file. Here’s a reference to a paper (Arvesen et al. 2018).
For general Quarto help, see here, and for Quarto books, see here.