mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-09 19:07:23 +00:00
5c6a8eb607
Invalid input bytes in error messages caused pandoc to crash with an encoding exception. Instead, the invalid bytes are now replaced with the Unicode replacement character U+FFFD.
pandoc-lua-engine
This package provides a Lua pandoc scripting engine based. It allows to write filters, custom readers, and custom writers in Lua.