MANUAL.txt: document --reference-location.

This commit is contained in:
Jesse Rosenthal 2016-10-11 22:30:13 -04:00
parent 4b0dbdc118
commit afbeba952d

View file

@ -645,6 +645,13 @@ Options affecting specific writers
: Use reference-style links, rather than inline links, in writing Markdown : Use reference-style links, rather than inline links, in writing Markdown
or reStructuredText. By default inline links are used. or reStructuredText. By default inline links are used.
`--reference-location = block` | `section` | `document`
: Specify whether footnotes (and references, if `reference-links` is
set) are placed at the end of the current (top-level) block, the
current section, or the document. The default is
`document`. Currently only affects the markdown writer.
`--atx-headers` `--atx-headers`
: Use ATX-style headers in Markdown and asciidoc output. The default is : Use ATX-style headers in Markdown and asciidoc output. The default is