README: Update variable defaults documentation
The documented default values of variables now agree with their true default values as defined in Writer/HTML.hs.
This commit is contained in:
parent
6cf60f2f8e
commit
a76869ced5
1 changed files with 3 additions and 3 deletions
6
README
6
README
|
@ -507,7 +507,7 @@ Options affecting specific writers
|
||||||
|
|
||||||
`-c` *URL*, `--css=`*URL*
|
`-c` *URL*, `--css=`*URL*
|
||||||
: Link to a CSS style sheet. This option can be be used repeatedly to
|
: Link to a CSS style sheet. This option can be be used repeatedly to
|
||||||
include multiple files. They will be included in the order specified.
|
include multiple files. They will be included in the order specified.
|
||||||
|
|
||||||
`--reference-odt=`*FILE*
|
`--reference-odt=`*FILE*
|
||||||
: Use the specified file as a style reference in producing an ODT.
|
: Use the specified file as a style reference in producing an ODT.
|
||||||
|
@ -771,9 +771,9 @@ as `title`, `author`, and `date`) as well as the following:
|
||||||
: base URL for Slidy documents (defaults to
|
: base URL for Slidy documents (defaults to
|
||||||
`http://www.w3.org/Talks/Tools/Slidy2`)
|
`http://www.w3.org/Talks/Tools/Slidy2`)
|
||||||
`slideous-url`
|
`slideous-url`
|
||||||
: base URL for Slideous documents (defaults to `default`)
|
: base URL for Slideous documents (defaults to `slideous`)
|
||||||
`s5-url`
|
`s5-url`
|
||||||
: base URL for S5 documents (defaults to `ui/default`)
|
: base URL for S5 documents (defaults to `s5/default`)
|
||||||
`revealjs-url`
|
`revealjs-url`
|
||||||
: base URL for reveal.js documents (defaults to `reveal.js`)
|
: base URL for reveal.js documents (defaults to `reveal.js`)
|
||||||
`theme`
|
`theme`
|
||||||
|
|
Loading…
Reference in a new issue