sjpfenninger / citebibtex

Effortlessly insert citations from BibTeX into texts written in Pandoc or LaTeX
GNU General Public License v3.0
20 stars 12 forks source link

extract citations doesn't find multiple citations in one set of brackets #16

Open explodecomputer opened 8 years ago

explodecomputer commented 8 years ago

Love this plugin, but having an issue - if there are citations like this:

[@Millstein2009; @Schadt2005; @Gayan2010a; @Tavtigian2009]

then extracting the citations only returns the last citation in the .bib file. But if it's like this:

[@Millstein2009] [@Schadt2005] [@Gayan2010a] [@Tavtigian2009]

then it works fine. Am I doing something wrong?