aboutsummaryrefslogtreecommitdiff
path: root/doc/filters.md
diff options
context:
space:
mode:
authorRandolf J <34705014+jun-sheaf@users.noreply.github.com>2020-12-02 21:28:38 +0100
committerGitHub <noreply@github.com>2020-12-02 12:28:38 -0800
commitf1bd176d81872dc587f3c38f3db70fefe9afd7b5 (patch)
treeb239dcbec21c1a0a194b70bee5ce2472221d6e3c /doc/filters.md
parent7b11cdee49ec491a33dcade6ea68c3084a425992 (diff)
downloadpandoc-f1bd176d81872dc587f3c38f3db70fefe9afd7b5.tar.gz
filters.md: document a new Pandoc filtering framework (#6908)
Diffstat (limited to 'doc/filters.md')
-rw-r--r--doc/filters.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/filters.md b/doc/filters.md
index 8b6002467..ce871cb42 100644
--- a/doc/filters.md
+++ b/doc/filters.md
@@ -253,12 +253,15 @@ repository](https://github.com/jgm/pandocfilters).
For a more Pythonic alternative to pandocfilters, see
the [panflute](https://pypi.org/project/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),
-[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/).
+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),
+- TypeScript/JavaScript via Node.js
+ - [pandoc-filter](https://github.com/mvhenderson/pandoc-filter-node),
+ - [node-pandoc-filter](https://github.com/mu-io/node-pandoc-filter),
+- [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