Document limitations of --self-contained.

See #2553.
This commit is contained in:
John MacFarlane 2015-11-23 18:46:14 -08:00
parent 07b8a456b1
commit 902c63ebea

6
README
View file

@ -599,7 +599,11 @@ Options affecting specific writers
stylesheets at absolute URLs will be downloaded; those at relative URLs stylesheets at absolute URLs will be downloaded; those at relative URLs
will be sought relative to the working directory (if the first source will be sought relative to the working directory (if the first source
file is local) or relative to the base URL (if the first source file is local) or relative to the base URL (if the first source
file is remote). `--self-contained` does not work with `--mathjax`. file is remote). Limitation: resources that are loaded dynamically
through JavaScript cannot be incorporated; as a result, `--self-contained`
does not work with `--mathjax`, and some advanced features (e.g.
zoom or speaker notes) may not work in an offline "self-contained"
`reveal.js` slide show.
`--offline` `--offline`