aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-04-25 19:30:09 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-04-25 19:30:09 -0700
commit68272fad661d28135915aa6a66b01548c063eb8a (patch)
treea27f4f5f49093fd0e37178e778eee199e57ecfd8 /README
parentd776ee191e405b658793d0fa27ff8d22ee40ad7c (diff)
downloadpandoc-68272fad661d28135915aa6a66b01548c063eb8a.tar.gz
README: Noted that `--self-contained` doesn't work with `--mathjax`.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 1d588591f..fbde4eab1 100644
--- a/README
+++ b/README
@@ -366,11 +366,12 @@ Options affecting specific writers
in the sense that it needs no external files and no net access to be
displayed properly by a browser. This option works only with HTML output
formats, including `html`, `html5`, `html+lhs`, `html5+lhs`, `s5`,
- `slidy`, `slideous`,
- and `dzslides`. Scripts, images, and stylesheets at absolute URLs
- will be downloaded; those at relative URLs will be sought first relative
- to the working directory, then relative to the user data directory (see
- `--data-dir`), and finally relative to pandoc's default data directory.
+ `slidy`, `slideous`, `dzslides`, and `revealjs`. Scripts, images, and
+ stylesheets at absolute URLs will be downloaded; those at relative URLs
+ will be sought first relative to the working directory, then relative to
+ the user data directory (see `--data-dir`), and finally relative to
+ pandoc's default data directory. `--self-contained` does not
+ work with `--mathjax`.
`--offline`
: Deprecated synonym for `--self-contained`.