aboutsummaryrefslogtreecommitdiff
path: root/test/command/10805.md
blob: a25f695ac83cf81b27eebd3933136cb4e0978d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
% pandoc -t typst -f latex
\begin{equation}
  \label{eq:U}
  U = A
\end{equation}
^D
$ U = A $<eq:U>
```

```
% pandoc -t typst -f latex
\begin{equation}
  \label{eq:U 2}
  U = A
\end{equation}
^D
$ U = A $#label("eq:U 2")
```