Closed
Description
Currently citationItem has citationItemPrefix/Suffix, but there is no way to provide a prefix or suffix for the whole Citation (group). For motivation see jgm/pandoc#10894.
Proposal:
- Add
citationPrefix :: Maybe a, citationSuffix :: Maybe a
toCitation a
. - Modify Eval so that these are added to the rendered citationItems.
- Add a test where citations are sorted, changing their order, to make sure that the
citationPrefix
andcitationSuffix
remain at the beginning/end of the rendered Citation.
Metadata
Metadata
Assignees
Labels
No labels