summaryrefslogtreecommitdiff
path: root/man/man1/pandoc.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/pandoc.1.md')
-rw-r--r--man/man1/pandoc.1.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 49f645140..3e1005caa 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -195,9 +195,11 @@ should pipe input and output through `iconv`:
-B *FILE*, \--include-before-body=*FILE*
: Include contents of *FILE* at the beginning of the document body.
+ Implies `-s`.
-A *FILE*, \--include-after-body=*FILE*
: Include contents of *FILE* at the end of the document body.
+ Implies `-s`.
-C *FILE*, \--custom-header=*FILE*
: Use contents of *FILE* as the document header. *Note: This option is
@@ -295,6 +297,12 @@ depending on the output format, but include:
values)
`toc`
: non-null value if `--toc/--table-of-contents` was specified
+`include-before`
+: contents specified by `-B/--include-before-body` (may have
+ multiple values)
+`include-after`
+: contents specified by `-A/--include-after-body` (may have
+ multiple values)
`body`
: body of document
`title`