aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-07-23 23:17:07 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-07-23 23:17:07 -0700
commit2e5edbb27837372f658b1abbe05371be57415847 (patch)
tree60b63a739ea79030aa436b0e351ecb406b583a84 /README
parent85dacbb282f34dc45a810d7c7b5a2d639b70e1f5 (diff)
downloadpandoc-2e5edbb27837372f658b1abbe05371be57415847.tar.gz
Revert "Added `--filter` option."
This reverts commit 85dacbb282f34dc45a810d7c7b5a2d639b70e1f5.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
index 83873a92e..d9b003344 100644
--- a/README
+++ b/README
@@ -259,14 +259,6 @@ Reader options
require different kinds of images. Currently this option only affects
the markdown and LaTeX readers.
-`--filter=`*PATH*
-: Specify an executable to be used as a filter transforming the
- Pandoc AST after the input is parsed and before the output is
- written. The executable should read JSON from stdin and write
- JSON to stdout. The JSON must be formatted like pandoc's own
- JSON input and output. Filters may be most easily created in Haskell,
- using the utility function `toJsonFilter` from `Text.Pandoc`.
-
`--normalize`
: Normalize the document after reading: merge adjacent
`Str` or `Emph` elements, for example, and remove repeated `Space`s.