How do I create in-text citations without the comma between the source and the supplement?

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
}
2 Likes