diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-09-27 10:00:04 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-09-27 11:56:39 -0400 |
commit | ec6d0638bef218bb3eddd0c77bc4b90586825f7e (patch) | |
tree | a540f31388251055a3801d7ff2c9f3b40ee29c81 /extract-changes.hs | |
parent | e7c3ea44bd0a4d889da88d1daea41fda3d20a400 (diff) | |
download | pandoc-ec6d0638bef218bb3eddd0c77bc4b90586825f7e.tar.gz |
Check `$DATADIR/filters` for filters
If the `$DATADIR/filters` is present, pandoc will look in it for filters
specified without a path, before looking in the $PATH. Note that unlike
executables in $PATH, the `filters` dir may contain scripts that are not
executable (pandoc will try to execute them using an associated
interpreter, if possible).
Note: the `filters` dir has priority over the user path. In order of
preference, pandoc will look in:
1. a specified full or relative path (executable or non-executable)
2. `$DATADIR/filters` (executable or non-executable)
3. `$PATH` (executable only)
This closes #3127.
Diffstat (limited to 'extract-changes.hs')
0 files changed, 0 insertions, 0 deletions