diff --git a/docs/authoring/figures.qmd b/docs/authoring/figures.qmd index 1c5843d02..bc1c2b495 100644 --- a/docs/authoring/figures.qmd +++ b/docs/authoring/figures.qmd @@ -138,7 +138,7 @@ You can cross-reference figures by adding an ID with the `fig-` prefix to them, ``` markdown ![An Elephant](elephant.png){#fig-elephant} -This is illustrated well by @fig-elephant. +This is illustrated well by @fig-elephant. (Note the space before the `@`!) ``` For figures produced by executable code cells, include a `label` with a `fig-` prefix to make them cross-referenceable. For example: