summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-28 22:05:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-28 22:05:27 -0700
commitaa49deceaa71ba902a2277451f7b6cd3c8344417 (patch)
treecbfd30a6ae51675ef47ef68752e6c6b85b59529a
parenta241cf6a30916da852ea040cb4a4d8aee5279f46 (diff)
README: Add links to filter libs in perl, php, javascript.
Closes #1829.
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 2d28155cd..db3d93ae1 100644
--- a/README
+++ b/README
@@ -319,7 +319,12 @@ Reader options
Those who would prefer to write filters in python can use the
module `pandocfilters`, installable from PyPI. See
<http://github.com/jgm/pandocfilters> for the module and several
- examples. Note that the *EXECUTABLE* will be sought in the user's
+ examples. There are also pandoc filter libraries in
+ [PHP](https://github.com/vinai/pandocfilters-php),
+ [perl](https://metacpan.org/pod/Pandoc::Filter), and
+ [javascript/node.js](https://github.com/mvhenderson/pandoc-filter-node).
+
+ Note that the *EXECUTABLE* will be sought in the user's
`PATH`, and not in the working directory, if no directory is
provided. If you want to run a script in the working directory,
preface the filename with `./`.