Wrap URLs and DOIs in HTML output

Closes #1387
This commit is contained in:
Dan Stillman 2017-12-11 23:24:43 -05:00
parent 9ca40890a9
commit 8f5903f5eb

View file

@ -757,6 +757,7 @@ Zotero.Style.prototype.getCiteProc = function(locale, automaticJournalAbbreviati
overrideLocale
);
citeproc.opt.development_extensions.wrap_url_and_doi = true;
// Don't try to parse author names. We parse them in itemToCSLJSON
citeproc.opt.development_extensions.parse_names = false;