Files
John MacFarlane b3d721b4ab Typst writer: don't include trailing semicolon after...
`@` style citations with suffixes.

Closes #10148.
2024-09-03 20:14:33 -07:00

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].