aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-04-26 10:12:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-26 12:23:25 -0700
commit50da88446cf28ee8f61ad5a45087628a5e5689ac (patch)
treed25d73e8606874638670a30b23823d09f8258773 /MANUAL.txt
parentdba86dcceba1508c8fa4101a6d9cfb925af2f034 (diff)
downloadpandoc-50da88446cf28ee8f61ad5a45087628a5e5689ac.tar.gz
MANUAL: explain where you can put lua filters.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index a68e8efbf..98607df76 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -554,6 +554,14 @@ Reader options
return {{Str = expand_hello_world}}
+ In order of preference, pandoc will look for lua filters in
+
+ 1. a specified full or relative path (executable or
+ non-executable)
+
+ 2. `$DATADIR/filters` (executable or non-executable)
+ where `$DATADIR` is the user data directory (see
+ `--data-dir`, above).
`-M` *KEY*[`=`*VAL*], `--metadata=`*KEY*[`:`*VAL*]