From 8f5903f5eb95985dbda18ba2edd5d99ccd9b0da6 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 11 Dec 2017 23:24:43 -0500 Subject: [PATCH] Wrap URLs and DOIs in HTML output Closes #1387 --- chrome/content/zotero/xpcom/style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js index c71189758c..5feee4ea41 100644 --- a/chrome/content/zotero/xpcom/style.js +++ b/chrome/content/zotero/xpcom/style.js @@ -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;