filters.md: document a new Pandoc filtering framework (#6908)
This commit is contained in:
parent
7b11cdee49
commit
f1bd176d81
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue