mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
New-style custom Lua writers can now define an alternative entry function `BinaryWriter`. If a function with that name is defined, then pandoc will treat the returned string as binary output. This allows to generate formats like docx and odt with custom writers.