timlrx / rehype-citation

Rehype plugin to add citation and bibliography from bibtex files
https://rehype-citation.netlify.app
MIT License
40 stars 9 forks source link

Multiple citation are not separated and appear as one #27

Closed ahmadassaf closed 1 year ago

ahmadassaf commented 1 year ago

In the case of having multiple citation, they are not picked up properly in the output with a proper separation (comma, dash or any custom separator) and appear as one concatenated citation.

Example:

LinkQA [@Gueret:ESWC:12][@Hogan:SSKB:06]

image

Instead of 99, 100 for example

ahmadassaf commented 1 year ago

This is an issue only in the chicago csl style; everything works as expected using the ACM sig csl

ahmadassaf commented 1 year ago

I still can't get my head around how CSL style affects showing the return ↩️ icon showing in the bib or not. The icon appears with the chicago csl style but not with ACM sig and the chicago style has issues duplicating entries and not rendering multiple entries

ahmadassaf commented 1 year ago

Feels like a monologue but I think this sheds more light on my issue https://github.com/timlrx/rehype-citation/issues/13#issuecomment-1417199794. Will close the ticket now an Ill try to investigate on my own