Pandoc filters Summary. Pandoc provides an interface for users to write programs (known as filters) which act on pandoc’s AST. Pandoc consists of a set of readers and writers. When converting a document from one format to another, text is parsed by a reader into pandoc’s intermediate representation of the document—an “abstract syntax tree” or AST—which is then converted by the ...
Add pandoc-lua and pandoc-server (symlinks) and their man pages to releases. Use hslua-cli package for pandoc-lua interface (Albert Krewinkel). Add server flag to pandoc-cli, allowing it to be compiled without server support. pandoc-cli: Allow building a binary without Lua support (Albert Krewinkel).