--bibliography
no longer implies -F pandoc-citeproc
.
This could lead to double filtering if the user specifies `-F` too.
This commit is contained in:
parent
0702d8d521
commit
4381c37b10
2 changed files with 2 additions and 6 deletions
6
README
6
README
|
@ -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*,
|
||||
|
|
|
@ -660,8 +660,6 @@ options =
|
|||
(\arg opt ->
|
||||
return opt{ optMetadata = ("bibliography",MetaString arg) :
|
||||
optMetadata opt
|
||||
, optPlugins = externalFilter "pandoc-citeproc"
|
||||
: optPlugins opt
|
||||
})
|
||||
"FILE")
|
||||
""
|
||||
|
|
Loading…
Add table
Reference in a new issue