I put the following pattern in the citation key generator:
#[auth][year]
Expected behavior: The citation key generated will be something along the lines of: #Smith2023
Observed behavior: The citation key generator will behave as if the # is not present, for instance: Smith2023
I’ve already attempted the obvious ways of escaping the character, to no avail. Is there any way to do this? It would make my life much, much easier when using this program. Thank you!