Pandoc Lua Filters
Pandoc Lua Filters allows users to write custom transformations for documents processed by Pandoc using the Lua scripting language. These filters can modify the document's abstract syntax tree (AST) at various stages of conversion, enabling tasks such as custom formatting, content manipulation, and metadata handling. The documentation provides a comprehensive guide to writing and using Lua filters, including API references, examples, and best practices.