@katie, could you explain how DOI hyperlinking works in ZotPress?
We just got a request to add DOI hyperlinks to a Chicago CSL style with the CSL code:
<text variable="DOI" prefix="<a href="https://dx.doi.org/" suffix="" target="_blank">"/>
<text variable="DOI" prefix="doi:" suffix="</a>"/>
That seems rather fragile to me since that wouldn’t properly escape DOIs like https://dx.doi.org/10.1000/456#789
. (see https://github.com/citation-style-language/styles/pull/1684 for the full discussion)