Closed mpark closed 3 years ago
The issue seems to be that Pandoc 2.10 was released with some incompatible AST changes that Panflute doesn't know how to handle yet: https://github.com/sergiocorreia/panflute/issues/142 😞
It's exactly the same issue as with a different filter, pandoc-numbering, https://github.com/chdemko/pandoc-numbering/issues/18
Seems also broken with pandoc 2.11. Should use panflute 2.0, but I have no idea how to fix that (yet)
Unfortunately I ran brew upgrade and now have to chase all the incompatibilities of the pandoc upgrade with it.
Ideas?
We now keep a pinned local installation of Pandoc to avoid this issue starting 12843899212ec6a2e37a6c493c6cb32b62c61110. We'll upgrade to a newer version when we're ready, but for now we'll avoid people being on different, API-incompatible versions of Pandoc.
The most recent release of Pandoc 2.10 complains with messages like this:
Thanks @cjdb for pointing me to it.