aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-24 22:59:44 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-24 22:59:44 +0000
commit5f3a147dfdee17a05fba87ece8629fa19e95a1c9 (patch)
tree0f785ffaaed60b8ad2b37196d96b872ed3f5b61a /man
parentbb639d550662b688cb418e4ef10807b33d991b00 (diff)
downloadpandoc-5f3a147dfdee17a05fba87ece8629fa19e95a1c9.tar.gz
Removed plugin support.
Plugins will probably be added in a later version, but for now we want to avoid the heavy GHC API dependency. Also, plugins are very slow with the current system. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1548 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man')
-rw-r--r--man/man1/pandoc.1.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 467a62b0a..9a0907321 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -181,14 +181,6 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`.
`context`, `docbook`, `man`, `markdown`, `opendocument`,
`rst`, `rtf`).
--P *MODULE[,MODULE...]*, \--plugins=*MODULE[,MODULE...]*
-: Specify plugins to load, by module name or source file pathname.
- Plugins should export a function `transform` of type `a -> a`
- or `a -> IO a`, where `a` is `Inline`, `Block`, `Pandoc`,
- `[Inline]`, or `[Block]`. This function will be used to transform
- the pandoc document after it is parsed by the reader and before it
- is written out by the writer.
-
-T *STRING*, \--title-prefix=*STRING*
: Specify *STRING* as a prefix to the HTML window title.