Path: blob/main/tests/docs/playwright/revealjs/links-id.qmd
6466 views
---
title: Links to nested elements works
format: revealjs
---
## Quarto Figure
{#fig-elephant}
## Link to the figure
See [Figure Element](#fig-elephant)
## Image
{#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.