summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-08 22:45:11 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-08 22:46:30 -0700
commit4381c37b100a4cfd14020458e6b4e340a02b851e (patch)
treeaf08ef544ce3a56175c89c6df877056cbd536d0c /pandoc.hs
parent0702d8d521f1fd41015a67ecf23c9a224b2ea21e (diff)
`--bibliography` no longer implies `-F pandoc-citeproc`.
This could lead to double filtering if the user specifies `-F` too.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 0bc2d7359..2c20e16b5 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -660,8 +660,6 @@ options =
(\arg opt ->
return opt{ optMetadata = ("bibliography",MetaString arg) :
optMetadata opt
- , optPlugins = externalFilter "pandoc-citeproc"
- : optPlugins opt
})
"FILE")
""