pandoc-3.10: test/command/10805.md
```
% 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")
```