VorpalBlade / pelican-cite

Allows the use of BibTeX citations within a Pelican site
GNU General Public License v3.0
24 stars 11 forks source link

Multiple citations at once #8

Open jdossgollin opened 5 years ago

jdossgollin commented 5 years ago

It would be interesting to be able to cite multiple papers at once -- something like [@@citation1;citation2;citation3] or similar. However, it seems that the way the citations are located

CITE_RE = re.compile("\[@(@)?\s*(\w.*?)\s*\]")

doesn't allow it. Am I missing something? If not, would be an interesting feature if someone wants to develop further (I'm hopeless at regex 😞, so probably not going to try -- sorry!)