diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-01 21:08:12 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-01 21:08:12 +0000 |
commit | a9e32505debea9077c0cca49b84a8c0d363bf3e8 (patch) | |
tree | 09d62a433a71314ff2049c7c6fb8ad55de928255 /man/man1 | |
parent | 0c6c5d528be44a8a5f599aa114e0890bc7e5e684 (diff) | |
download | pandoc-a9e32505debea9077c0cca49b84a8c0d363bf3e8.tar.gz |
Merged changes from docbook branch since r363.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@386 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/man1/pandoc.1 b/man/man1/pandoc.1 index 820be3276..a1df84208 100644 --- a/man/man1/pandoc.1 +++ b/man/man1/pandoc.1 @@ -6,8 +6,8 @@ pandoc \- general markup converter .SH DESCRIPTION \fBPandoc\fR converts files from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and -it can write markdown, reStructuredText, HTML, LaTeX, RTF, and S5 HTML -slide shows. +it can write markdown, reStructuredText, HTML, LaTeX, RTF, DocBook +XML, and S5 HTML slide shows. .PP If no \fIinput\-file\fR is specified, input is read from STDIN. Otherwise, the \fIinput\-files\fR are concatenated (with a blank @@ -80,6 +80,8 @@ can be (HTML), .B latex (LaTeX), +.B docbook +(DocBook XML), .B s5 (S5 HTML and javascript slide show), or @@ -141,7 +143,7 @@ default header, which can be printed by using the \fB\-D\fR option). Implies \fB-s\fR. .TP .B \-D \fIFORMAT\fB, \-\-print-default-header=\fIFORMAT\fB -Print the default header for \fIFORMAT\fR (\fIhtml, s5, latex, +Print the default header for \fIFORMAT\fR (\fIhtml, s5, latex, docbook, markdown, rst, rtf\fR). .TP .B \-T \fISTRING\fB, \-\-title-prefix=\fISTRING\fB |