--- title: "Untitled" format: dashboard ---
# Quarto
::: {.panel-tabset}
## tab1
```{r} #|expandable: false plot(mtcars) ##tab2 #|expandable: false plot(mtcars) :::