Closed s6mike closed 2 years ago
Cause is this line in pandoc-argmap.lua: local tex = pandoc.pipe("src/argmap2tikz.lua", { opts }, src) -- convert map to standalone tex.
opts is "" in both these cases, and this value {""} causes the crash. Think it's being used as src rather than opts.
Changing the code to be {} when no opts fixes the issue.
Fixed in 2-pandoc-fix: 3.2.2 52890dfdfa0f21dfdb388e3198a7b5bdc3fa7482 and in argmap2mup-fixes: 1.1.6 bc276cabe6c4e446530c7a5dae7e8de4ffba9392
Description
Example 1:
Example 2:
Example 2 has identical error.
Occurs on 2- pandoc-fix 3.2.1 c3da4a06ca0a63925238920b2a207c29fc606093.