Fixed definition lists for options in README.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1906 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
b5a5215c32
commit
081ae411b3
1 changed files with 6 additions and 6 deletions
12
README
12
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
|
include the names of input files and any special options passed
|
||||||
after ` -- ` on the command line. So, for example,
|
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
|
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`
|
`--ignore-args`
|
||||||
: causes Pandoc to ignore all command-line arguments.
|
: causes Pandoc to ignore all command-line arguments.
|
||||||
Regular Pandoc options are not ignored. Thus, for example,
|
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`
|
`-v` or `--version`
|
||||||
: prints the version number to STDERR.
|
: prints the version number to STDERR.
|
||||||
|
|
Loading…
Add table
Reference in a new issue