mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
b3d721b4ab
`@` style citations with suffixes. Closes #10148.
285 B
285 B
% 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].