From afbeba952ded73c5ad400f82c51e58edde83a579 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Tue, 11 Oct 2016 22:30:13 -0400 Subject: [PATCH] MANUAL.txt: document --reference-location. --- MANUAL.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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