Closed flythereddflagg closed 4 years ago
Possibly related to https://github.com/tomduck/pandoc-fignos/issues/81. @flythereddflagg perhaps you can check if you get the error when using pandoc 2.9? I think 2.10 might have some AST changes that break things.
Reverting back to pandoc 2.9.2.1 did seem to fix the issue. What ever the problem is with the AST should be fixed in future versions.
Thank you for posting this Issue. This was indeed owing to an AST change with pandoc 2.10. I have addressed the problems in the nextrelease
branch. I expect to post a new release soon.
P.S. Please do re-open this after the next release if the problem is not actually resolved.
This was indeed owing to an AST change with pandoc 2.10. I have addressed the problems in the nextrelease branch
Ah yes I see a related commit at https://github.com/tomduck/pandoc-xnos/commit/c8a27e7db6f50d89ebae62254c217997d344a986.
Much appreciation for your maintenance!
Thanks @dhimmel. I am glad that the filters have been useful. :o) Cheers, Tom.
I am automating my work flow with the following code:
when I run this via a Makefile, I get the following output.
Why would this be happening? This was working fine not too long ago. I suspect an update to Pandoc may have caused the problem but I wanted to check here. It should be noted that the code works fine without the
--filter pandoc-xnos
option.