Open the Quarto document you created in the previous exercise.
Go to the Zotero Style Repository and find a style you like. Download the CSL file for that style by clicking on the link, and pressing “Cancel” when asked to add the citation style to Zotero.
This will add the .csl file to your downloads folder rather than installing it directly into Zotero.
Add the downloaded CSL file to the same folder as your R Project.
Change the citation style in the YAML front matter to the name of the downloaded CSL file.
The YAML for this should look something like csl: "my-csl-file.csl", and can be listed under the output key.
Re-knit your Quarto document. What has changed in the output?