diff options
-rw-r--r-- | MANUAL.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 5c6217861..f867ad78f 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -645,6 +645,13 @@ Options affecting specific writers : Use reference-style links, rather than inline links, in writing Markdown 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` : Use ATX-style headers in Markdown and asciidoc output. The default is |