Cross references
This is a watermark
Internal cross references
Quarto website projects render all files separately. An important consequence it that it makes internal cross references between files not possible. You can use a link to a section in a different file, but you cannot use the automatic cross reference feature of Quarto.
Default internal references
| type | display |
|---|---|
| level 2 | Section 1 |
| level 3 | Section 3.1 |
| level 4 | Section 3.1.1 |
| figure | Figure 1 |
| table | Table 1 |
| equation | Equation 1 |
Custom internal references
You can display only the number of the internal reference or replace the custom name with a custom name.
| type | only number | custom |
|---|---|---|
| level 2 | 1 | custom 1 |
| level 3 | 3.1 | custom 3.1 |
| level 4 | 3.1.1 | custom 3.1.1 |
| figure | 1 | custom 1 |
| table | 1 | custom 1 |
| equation | 1 | custom 1 |
External references
Don’t use URLs as is (like http://www.inbo.be or mailto:nobody@inbo.be).
Instead use the explicit markdown syntax like http://www.inbo.be, Google or e-mail
Referenceable items
Figure
Tables
| Default | Left | Right | Center |
|---|---|---|---|
| 12 | 12 | 12 | 12 |
| 123 | 123 | 123 | 123 |
| 1 | 1 | 1 | 1 |
Equations
\bar{X} = \sum_{i = 1}^NX_i \tag{1}