diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-08 22:45:11 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-08 22:46:30 -0700 |
commit | 4381c37b100a4cfd14020458e6b4e340a02b851e (patch) | |
tree | af08ef544ce3a56175c89c6df877056cbd536d0c /README | |
parent | 0702d8d521f1fd41015a67ecf23c9a224b2ea21e (diff) | |
download | pandoc-4381c37b100a4cfd14020458e6b4e340a02b851e.tar.gz |
`--bibliography` no longer implies `-F pandoc-citeproc`.
This could lead to double filtering if the user specifies `-F`
too.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -606,10 +606,8 @@ Citation rendering `--bibliography=`*FILE* : Set the `bibliography` field in the document's metadata to *FILE*, - overriding any value set in the metadata, and tell pandoc to - use the `pandoc-citeproc` filter. (This is equivalent to the - combination `--metadata bibliography=FILE --filter pandoc-citeproc`.) - Note that an error will result unless `pandoc-citeproc` is installed. + overriding any value set in the metadata. (This is equivalent to + `--metadata bibliography=FILE`.) `--csl=`*FILE* : Set the `csl` field in the document's metadata to *FILE*, |