Zotlit and Pandoc citations

Thanks for this thread! The information here inspired me to achieve the creation of a link to the literature note while citing the corresponding reference.
For those interested, here is my ZotLit citation template:

<%= '@' + it.map(lit => `${lit.citekey} [[${lit.citekey}|(Notes)]]`).join("; ") %>

(Note: I use the citekey as filename)

With this template, when we cite a reference by typing [@ and select a reference,
it generates a sentence like this:

And finally rendered as this:
Screen Shot 2024-08-31 at 05.49.12

And it correctly links to the literature notes:
Screen Shot 2024-08-31 at 05.50.19

Forgot to mention that Pandoc can recognize this format XD
Screen Shot 2024-08-31 at 06.21.09