Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/dev-docs/feature-format-matrix/qmd-files/crossref/float/table/document.ipynb
3595 views
Kernel: Python 3

Crossreferenceable “Table”s

Tables with a caption and a label can be referenced using the @ref syntax, as Table 1 shows.

DefaultLeftRightCenter
12121212
123123123123
1111

Table 1: This is the caption for the table

Tables can contain arbitrary content instead of an image. This lets you, for example, use an image to represent the table, in case its formatting is too complex for it to be rendered in HTML.

As images

Table 2: This is the caption for the table rendered as an image.

See Table 2.