diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-27 02:00:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 02:00:06 -0400 |
commit | 00db1e873706bee47cd49b88ac4eca04c7de8119 (patch) | |
tree | 0bc633ff54f1fa2bc1cf7a99a2aaf1a4326da993 /doc/filters.md | |
parent | 535a95076e442816ce4550fabb90c1a5899a09d3 (diff) | |
parent | 0b09409385e7bb249e666d889ba8b13adc553607 (diff) | |
download | pandoc-00db1e873706bee47cd49b88ac4eca04c7de8119.tar.gz |
Merge pull request #3997 from ickc/proofread
Proofread on *.md
Diffstat (limited to 'doc/filters.md')
-rw-r--r-- | doc/filters.md | 6 |
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 |