mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
b3d721b4ab
`@` style citations with suffixes. Closes #10148.
355 B
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");.