Pandoc - Pandoc Lua Filters
- Introduction Pandoc has long supported filters, which allow the pandoc abstract syntax tree (AST) to be manipulated between the parsing and the writing phase.
- Traditional pandoc filters accept a JSON representation of the pandoc AST and produce an altered JSON representation of the AST.
- They may be written in any programming language, and invoked from pandoc using the --filter option.
Unverified
- Introduction Pandoc has long supported filters, which allow the pandoc abstract syntax tree (AST) to be manipulated between the parsing and the writing phase.
- Traditional pandoc filters accept a JSON representation of the pandoc AST and produce an altered JSON representation of the AST.
- They may be written in any programming language, and invoked from pandoc using the --filter option.
Sources: Pandoc