From c453e2f7d5dc469a87a1399c9c8e7aa0aa4ed991 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 8 Jan 2008 20:21:28 +0000 Subject: 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 --- README | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README') 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 `` 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 `` 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 -- cgit v1.2.3