mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
8e9d90504c
Closes #10805.
20 lines
231 B
Markdown
20 lines
231 B
Markdown
```
|
|
% 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")
|
|
```
|