Path: blob/main/tests/docs/crossrefs/before-newcrossref-regression-tests/knitr.qmd
3587 views
--- title: Knitr Crossref Test --- ## Knitr Crossref Figure ```{r} #| label: fig-plot #| fig-cap: "Plot" plot(cars) ``` For example, see @fig-plot.
--- title: Knitr Crossref Test --- ## Knitr Crossref Figure ```{r} #| label: fig-plot #| fig-cap: "Plot" plot(cars) ``` For example, see @fig-plot.