Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/playwright/revealjs/links-id.qmd
3562 views
---
title: Links to nested elements works
format: revealjs
---

## Quarto Figure

![Elephant](https://quarto.org/docs/authoring/images/crossref-figure.png){#fig-elephant}

## Link to the figure

See [Figure Element](#fig-elephant)

## Image

![Elephant](https://quarto.org/docs/authoring/images/crossref-figure.png){#elephant}

## Link to the image

See [Figure Element](#elephant)

## Equation

$$
\begin{aligned}
  f(X) = y.
\end{aligned}
$$ {#eq-EEE}

## Link to equation
  
See @eq-EEE.

## Theorem

::: {#thm-TTT}
Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.
:::

## Link to theorem

See @thm-TTT.