Path: blob/main/tests/docs/crossrefs/julianative.qmd
3584 views
--- title: Julia Crossref Test engine: julia julia: exeflags: ["--project=../.."] --- ```{julia} Pkg.instantiate() ``` ## Julia Crossref Figure ```{julia} #| label: fig-plot #| fig-cap: "Plot" using Plots Plots.gr(format="png") plot([1,23,2,4]) ``` For example, see @fig-plot.