From 2dcb1ef032725d745be67afc021e89002f54b4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Sun, 26 Apr 2026 16:53:45 +0800 Subject: [PATCH] Clarify figure reference syntax in figures.qmd Added a note about the space before the '@' in figure references. No space, no reference! --- docs/authoring/figures.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authoring/figures.qmd b/docs/authoring/figures.qmd index 1c5843d02e..bc1c2b4958 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: