diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-08-17 15:33:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-08-17 15:33:49 -0700 |
commit | 10dfd81000160f2b48bf9fe47ce4e6441bc1db52 (patch) | |
tree | 3da72ded22c4b4f217ff99af02e8502a4a3b8eea | |
parent | 2e9a8935fb7e27969f7bd878899382b63cac0b3a (diff) | |
download | pandoc-10dfd81000160f2b48bf9fe47ce4e6441bc1db52.tar.gz |
Document new link-bibliography metadata field.
This affects whether hyperlinks are added to the bibliography
by citeproc.
-rw-r--r-- | MANUAL.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 0b1424d47..877021cd8 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5655,9 +5655,16 @@ or BibLaTeX (for `--biblatex`) format. A few other metadata fields affect bibliography formatting: `link-citations` -: If true, citations will be - hyperlinked to the corresponding bibliography entries - (for author-date and numerical styles only). +: If true, citations will be hyperlinked to the + corresponding bibliography entries (for author-date and + numerical styles only). Defaults to false. + +`link-bibliography` +: If true, DOIs, PMCIDs, PMID, and URLs in bibliographies will + be rendered as hyperlinks. (If an entry contains a DOI, PMCID, + PMID, or URL, but none of these fields are rendered by the style, + then the title, or in the absence of a title the whole entry, will + be hyperlinked.) Defaults to true. `lang` : The `lang` field will affect how the style is localized, |