summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 06:45:32 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-18 06:45:32 +0000
commit081ae411b3ecc98746e9315355a85498b7e95d30 (patch)
tree4365aeba4db69d2b42764b764895692d06af0905
parentb5a5215c32791c0ad6320d12afd208d847adc338 (diff)
Fixed definition lists for options in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1906 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index f10ec0b3d..995b42056 100644
--- a/README
+++ b/README
@@ -413,22 +413,22 @@ For further documentation, see the `pandoc(1)` man page.
include the names of input files and any special options passed
after ` -- ` on the command line. So, for example,
-: pandoc --dump-args -o foo.html -s foo.txt \
+ pandoc --dump-args -o foo.html -s foo.txt \
appendix.txt -- -e latin1
-: will cause the following to be printed to stdout:
+ will cause the following to be printed to stdout:
-: foo.html foo.txt appendix.txt -e latin1
+ foo.html foo.txt appendix.txt -e latin1
`--ignore-args`
: causes Pandoc to ignore all command-line arguments.
Regular Pandoc options are not ignored. Thus, for example,
-: pandoc --ignore-args -o foo.html -s foo.txt -- -e latin1
+ pandoc --ignore-args -o foo.html -s foo.txt -- -e latin1
-: is equivalent to
+ is equivalent to
-: pandoc -o foo.html -s
+ pandoc -o foo.html -s
`-v` or `--version`
: prints the version number to STDERR.