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/custom/document.qmd
3595 views
---
title: Custom crossrefs
crossref:
  custom:
    - kind: float
      key: dia
      reference-prefix: Diagram
format:
  docusaurus-md: {}
_quarto:
  tests-on-ci: false 
---

::: {#dia-1}

```{mermaid}
flowchart LR
  A[Hard edge] --> B(Round edge)
  B --> C{Decision}
  C --> D[Result one]
  C --> E[Result two]
```

A Mermaid diagram with a caption.
:::

See @dia-1.