We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #124, with the new link_anchors set to true, for the following CSL (copied from MLA):
link_anchors
<text variable="DOI" prefix="https://doi.org/"/>
The following HTML is produced:
https://doi.org/<a href="https://doi.org/VAR">https://doi.org/VAR</a>
https://doi.org/ part of the prefix shouldn't be used here as it already appears as part of the URL.
https://doi.org/
Related: #116
The text was updated successfully, but these errors were encountered:
Merge pull request #128 from tnajdek/doi-https-prefix
404d2bd
Test case for #127
Successfully merging a pull request may close this issue.
After #124, with the new
link_anchors
set to true, for the following CSL (copied from MLA):The following HTML is produced:
https://doi.org/
part of the prefix shouldn't be used here as it already appears as part of the URL.Related: #116
The text was updated successfully, but these errors were encountered: