Skip to content

Commit 7086275

Browse files
Update cross-references-divs.qmd (#1266)
1 parent 1222e47 commit 7086275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authoring/cross-references-divs.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Cross-Reference Div Syntax
66

77
## Overview
88

9-
Cross-referenceable [figures](#figures), [tables](#tables) and [code listings](#code-listings) are known as *float* cross-references. Floats can appear in the rendered document at locations other than where they are defined, i.e. they float, and usually have captions.
9+
Cross-referenceable [figures](#figures), [tables](#tables) and [code listings](#listings) are known as *float* cross-references. Floats can appear in the rendered document at locations other than where they are defined, i.e. they float, and usually have captions.
1010

1111
Along with compact syntax for the most common uses of cross-references, Quarto also provides a more general div syntax for declaring floats that can be cross-referenced. To declare a cross-referenceable float, place the content inside a fenced div with the reference identifier as an attribute. The last paragraph inside the fenced div will be treated as the caption. For example:
1212

0 commit comments

Comments
 (0)