Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/crossrefs/options.qmd
3584 views
---
title: "My Document"
crossref:
  fig-prefix: F.   # (default is "fig.")
  tbl-prefix: T.    # (default is "tbl.")
  title-delim: —     # (default is ":")
  ref-hyperlink: false # (default is true)
---

# Introduction

![Elephant](img/painter.jpg){#fig-elephant}

See @fig-elephant for an illustration.


| Col1 | Col2 | Col3 |
|------|------|------|
| A    | B    | C    |
| E    | F    | G    |
| A    | G    | G    |

: My Caption {#tbl-letters}

See @tbl-letters.