Closed s6mike closed 2 years ago
Looks like issue was that pandoc didn't know how to execute argmap2mup script. Managed to fix by replacing "argmap2mup" command with lua command, in local branch 2-pandoc-fix:
Fixed in v3.2.0 on master: 846bab54a626d985ec4cb4c3629cf2c056ede6e6
pandoc examples/example.md -o example.html --lua-filter pandoc-argmap.lua
results in:pandoc: argmap2mup: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)