Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/embed/notebook.qmd
3562 views
---
title: Cool Cars
author: Norah Jones
---


```{r}
#| label: fig-mtcars
#| fig-cap: This is a figure of cars
plot(mtcars)
```