s6mike / argmap

Tools for visualising argument maps represented in YAML - combining 2 forked repos with additional bugfixes and customisation.
https://argview.org/
Other
4 stars 1 forks source link

pandoc-argmap.lua: fails generating an HTML document from a markdown document with embedded argument map #4

Closed s6mike closed 2 years ago

s6mike commented 2 years ago

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)

s6mike commented 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:

s6mike commented 2 years ago

Fixed in v3.2.0 on master: 846bab54a626d985ec4cb4c3629cf2c056ede6e6