This is not for all use cases, like if you also have comas in LASTNAME, but a show rule doing a search-and-replace works here:
#show cite: it => {
show ", ": " "
it
}
This is not for all use cases, like if you also have comas in LASTNAME, but a show rule doing a search-and-replace works here:
#show cite: it => {
show ", ": " "
it
}