aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-19 16:00:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-19 16:00:49 -0700
commit904f82176d91aabff8c17222a27d78ac455fcaeb (patch)
treeb03619894ee313927a82ab2aa591a26708fa7e8a
parenta8359c69de12dcb6fe0521857b74fef1ed240dfa (diff)
downloadpandoc-904f82176d91aabff8c17222a27d78ac455fcaeb.tar.gz
MANUAL: specify that you use html for raw output in epub.
-rw-r--r--MANUAL.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 135946050..b63a20026 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -3429,9 +3429,10 @@ a pagebreak:
The format name should match the target format name (see
`-t/--to`, above, for a list, or use `pandoc
--list-output-formats`). Use `openxml` for `docx` output,
-`opendocument` for `odt` output, and `latex`, `beamer`,
-`ms`, or `html5` for `pdf` output, depending on what you
-use for `--pdf-engine`.
+`opendocument` for `odt` output, `html5` for `epub3` output,
+`html4` for `epub2` output, and `latex`, `beamer`,
+`ms`, or `html5` for `pdf` output (depending on what you
+use for `--pdf-engine`).
This extension presupposes that the relevant kind of
inline code or fenced code block is enabled. Thus, for