diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-23 18:46:14 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-23 18:46:14 -0800 |
commit | 902c63ebea779cce95b2bca041ad56cbf84ff727 (patch) | |
tree | 9843f2a67e983613fe42722182c40949940eb345 | |
parent | 07b8a456b1a60e5871a9120eaaeca1dd17e1f6b1 (diff) | |
download | pandoc-902c63ebea779cce95b2bca041ad56cbf84ff727.tar.gz |
Document limitations of --self-contained.
See #2553.
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -599,7 +599,11 @@ Options affecting specific writers stylesheets at absolute URLs will be downloaded; those at relative URLs 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 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` |