C2DH / journal-of-digital-history

frontend app for our Digital Journal
GNU General Public License v3.0
20 stars 4 forks source link

Fix bad escape of special characters in bibtext #519

Closed danieleguido closed 1 year ago

danieleguido commented 1 year ago

const output = cite.format(format).replace(/{\'\s*/g, "{\'")

tested with zotero. Fix #514