mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
19 lines
285 B
Markdown
19 lines
285 B
Markdown
```
|
|
% pandoc -t typst
|
|
See [@MyPaper].
|
|
|
|
See [@MyPaper, Equation 1] for details.
|
|
|
|
See [@MyPaper, Equation 1].
|
|
|
|
See [@MyPaper, Equation 1; @Other, Figure 1].
|
|
^D
|
|
See @MyPaper.
|
|
|
|
See @MyPaper[Equation 1] for details.
|
|
|
|
See @MyPaper[Equation 1].
|
|
|
|
See @MyPaper[Equation 1]@Other[Figure 1].
|
|
```
|