aboutsummaryrefslogtreecommitdiff
path: root/doc/filters.md
diff options
context:
space:
mode:
authorKolen Cheung <christian.kolen@gmail.com>2017-10-26 18:08:19 -0700
committerKolen Cheung <christian.kolen@gmail.com>2017-10-26 18:08:19 -0700
commit0e47094f8298d45c436e9438ec2b9f62eb565765 (patch)
tree115b68edcdec0caa46997e56179890b222d91711 /doc/filters.md
parentb851c2acdc888fae1346e319795f86ea3f073887 (diff)
downloadpandoc-0e47094f8298d45c436e9438ec2b9f62eb565765.tar.gz
doc/filters.md: add more links to pandoc filters in diff. lang.
Diffstat (limited to 'doc/filters.md')
-rw-r--r--doc/filters.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/filters.md b/doc/filters.md
index 0c9b77328..f4c14c009 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -313,8 +313,10 @@ For a more Pythonic alternative to pandocfilters, see
the [panflute](http://scorreia.com/software/panflute/) library.
Don't like Python? There are also ports of pandocfilters 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).]
+[perl](https://metacpan.org/pod/Pandoc::Filter),
+[javascript/node.js](https://github.com/mvhenderson/pandoc-filter-node),
+[Groovy](https://github.com/dfrommi/groovy-pandoc), and
+[Ruby](https://heerdebeer.org/Software/markdown/paru/).
Starting with pandoc 2.0, pandoc includes built-in support for
writing filters in lua. The lua interpreter is built in to