Hello, I am encountering a very similar bug as was described here some years ago: https://github.com/jgm/pandoc-citeproc/issues/53 When I try to use citeproc with a CSL file that uses inline citations with "ibid", arbitrary disambiguation is added. For example, with the command 'pandoc --citeproc test.md -t markdown-citations' this markdown: >--- >bibliography: ["references.bib"] >... > > @boudon1989 > > [@boudon1989, 11] > > [@opp2014] > > [@opp2014, 12] Produces this result: > Boudon (1989a) > > (prav tam: 11) > > (Opp, 2014b) > > (prav tam: 12) Where the expected result would be: > Boudon (1989) > > (prav tam: 11) > > (Opp, 2014) > > (prav tam: 12) My CSL file is enclosed in the attachments. The above mentioned issue on github mentioned that this should have been fixed some time ago. Was it not or is this a new bug? Or am I simply doing something wrong on my end? The pandoc version I'm using is 2.18. Žiga -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d32b2482-360e-46f0-a970-228ed30c2951n%40googlegroups.com.