summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-10-11 22:30:13 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-10-11 22:30:13 -0400
commitafbeba952ded73c5ad400f82c51e58edde83a579 (patch)
tree342f795cb93161b72485891fcf5fd7d57ba3a3da /MANUAL.txt
parent4b0dbdc11822aa57fcd8b96d6e0be5b645d33a87 (diff)
MANUAL.txt: document --reference-location.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
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