diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-11-11 10:02:23 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-11-11 10:02:23 -0800 |
commit | 7f3afc3157c7c93db43192e80e240e5f0ae0fd15 (patch) | |
tree | 247e5e703bff7a8a06d635e5286dd7d257b3d02a | |
parent | 7d298d13d98a1f9f6a9fc7596a0bf122499134f0 (diff) | |
download | pandoc-7f3afc3157c7c93db43192e80e240e5f0ae0fd15.tar.gz |
Manual: correct `link-citation` -> `link-citations`.
-rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index b83dad865..23ee62b5c 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5360,7 +5360,7 @@ or BibLaTeX (for `--biblatex`) format. A few other metadata fields affect bibliography formatting: -`link-citation` +`link-citations` : If true, citations will be hyperlinked to the corresponding bibliography entries (for author-date and numerical styles only). |