MANUAL: explain where you can put lua filters.
This commit is contained in:
parent
dba86dcceb
commit
50da88446c
1 changed files with 8 additions and 0 deletions
|
@ -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*]
|
||||
|
||||
|
|
Loading…
Reference in a new issue