summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-08 20:21:28 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-01-08 20:21:28 +0000
commitc453e2f7d5dc469a87a1399c9c8e7aa0aa4ed991 (patch)
tree2c0c6c20ccb063485eeccda3066f57b7469c5279 /README
parent936465ade098b4c6715f0dcbf22b9a83d50834b6 (diff)
Made -c/--css option repeatable on the command line (like -H, -A, -B).
Documented repeatability of these options in README. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1186 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 11 insertions, 4 deletions
diff --git a/README b/README
index af803cf38..27eb60a20 100644
--- a/README
+++ b/README
@@ -277,23 +277,30 @@ For further documentation, see the `pandoc(1)` man page.
`-c` or `--css` *filename*
: allows the user to specify a custom stylesheet that will be linked to
- in HTML and S5 output.
+ in HTML and S5 output. This option can be used repeatedly to include
+ multiple stylesheets. They will be included in the order specified.
`-H` or `--include-in-header` *filename*
: includes the contents of *filename* (verbatim) at the end of the
document header. This can be used, for example, to include special
- CSS or javascript in HTML documents.
+ CSS or javascript in HTML documents. This option can be used
+ repeatedly to include multiple files in the header. They will be
+ included in the order specified.
`-B` or `--include-before-body` *filename*
: includes the contents of *filename* (verbatim) at the beginning of
the document body (e.g. after the `<body>` tag in HTML, or the
`\begin{document}` command in LaTeX). This can be used to include
- navigation bars or banners in HTML documents.
+ navigation bars or banners in HTML documents. This option can be
+ used repeatedly to include multiple files. They will be included in
+ the order specified.
`-A` or `--include-after-body` *filename*
: includes the contents of *filename* (verbatim) at the end of
the document body (before the `</body>` tag in HTML, or the
- `\end{document}` command in LaTeX).
+ `\end{document}` command in LaTeX). This option can be be used
+ repeatedly to include multiple files. They will be included in the
+ order specified.
`-T` or `--title-prefix` *string*
: includes *string* as a prefix at the beginning of the title that