aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-11-21 15:55:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-11-21 15:55:05 -0800
commit2f3d76844af26b21b662481917297f7d0732a685 (patch)
tree49d62e6c5067d12559517bcfb79d9b08597014b9
parent00d811d9861b345bb1b241fafe6eb49128a72fd8 (diff)
downloadpandoc-2f3d76844af26b21b662481917297f7d0732a685.tar.gz
Slight modification of --self-contained documentation.
-rw-r--r--README18
1 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 47f789dac..4a6f4aaf3 100644
--- a/README
+++ b/README
@@ -264,15 +264,15 @@ Options
The default is for lists to be displayed all at once.
`--self-contained`
-: Produce a standalone HTML file, using `data:` URIs to incorporate
- the contents of external scripts, images, and stylesheets that it links
- to. 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
- `html`, `html+lhs`, `s5`, `slidy`, 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
+: Produce a standalone HTML file with no external dependencies, using
+ `data:` URIs to incorporate the contents of linked scripts, images,
+ and stylesheets. 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 `html`, `html+lhs`, `s5`, `slidy`, 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.
`--offline`