Open bluebear94 opened 5 months ago
See typst/hayagriva#184.
This will probably require renaming Date to DefinedDate and having Date be one of Defined(DefinedDate) or Custom(FormatString). We also need a similar change in the typst/biblatex crate.
Date
DefinedDate
Defined(DefinedDate)
Custom(FormatString)
See typst/hayagriva#184.
This will probably require renaming
Date
toDefinedDate
and havingDate
be one ofDefined(DefinedDate)
orCustom(FormatString)
. We also need a similar change in the typst/biblatex crate.