aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2018-01-28 20:25:34 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-28 11:25:34 -0800
commitd2e4790b501ec89f41702ad2c8815bf179b45ae9 (patch)
tree570892fd939ff2834eb8d1599a196e1a96776c71
parent8fa99120056a075211a255aaf460905f469d9110 (diff)
downloadpandoc-d2e4790b501ec89f41702ad2c8815bf179b45ae9.tar.gz
MANUAL.txt: self-contained implies standalone (#4304)
-rw-r--r--MANUAL.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 7c952d2c3..2c56c623c 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -772,13 +772,13 @@ Options affecting specific writers
: Produce a standalone HTML file with no external dependencies, using
`data:` URIs to incorporate the contents of linked scripts, stylesheets,
- images, and videos. The resulting file should be "self-contained,"
- 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 `html4`, `html5`, `html+lhs`, `html5+lhs`, `s5`,
- `slidy`, `slideous`, `dzslides`, and `revealjs`. Scripts, images, and
- stylesheets at absolute URLs will be downloaded; those at relative URLs
- will be sought relative to the working directory (if the first source
+ images, and videos. Implies `--standalone`. The resulting file should be
+ "self-contained," 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 `html4`, `html5`, `html+lhs`, `html5+lhs`,
+ `s5`, `slidy`, `slideous`, `dzslides`, and `revealjs`. Scripts, images,
+ and 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). Elements with the attribute
`data-external="1"` will be left alone; the documents they