aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-05-04 09:04:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-04 09:07:50 -0700
commitfee3258280959a741fbdddb1eeb4b1ef2ab14e6d (patch)
tree9c7b962be3d7f6b72343cb5964108108f7df3b30 /MANUAL.txt
parent2fa8c0dc96bd79c8688cb621e330f325589847a6 (diff)
downloadpandoc-fee3258280959a741fbdddb1eeb4b1ef2ab14e6d.tar.gz
Add template variable `curdir` with working directory
from which pandoc is run. Closes #5464.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 42e6393a0..42a2b7a3d 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1905,6 +1905,11 @@ on the output format, and include the following:
Similarly, `outputfile` can be `-` if output goes to the terminal.
+ If you need absolute paths, use e.g. `$curdir$/$sourcefile$`.
+
+`curdir`
+: working directory from which pandoc is run.
+
`toc`
: non-null value if `--toc/--table-of-contents` was specified