Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/authoring/figures.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down