-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Description
Since the Pandoc module is created via Haskell code, it is impossible (as far as I am aware) to run the Lua REPL and work with Pandoc objects. This means that my development/debugging attempts have to mostly use Penlight utilities to log tables to stdout/stderr.
It would make filter development a lot easier if there was a way to break into a Lua REPL at any particular point in the filter.
A utility function to log the structure of a Pandoc object would also be very handy.
Reactions are currently unavailable