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

355 B

% pandoc -t typst
@something2024 says blah.

Here is a sentence [@something2024].

With supplement [@something2024, p. 3].

And just the year [-@something2024].
^D
#cite(<something2024>, form: "prose") says blah.

Here is a sentence @something2024.

With supplement @something2024[p.~3].

And just the year #cite(<something2024>, form: "year");.