Closed poldrack closed 1 year ago
A different pandoc version seems like a plausible explanation for the error -- I'm running pandoc 3.1.5.
upgrading to the latest pandoc (3.1.8) didn't solve the problem. where does _extensions/pandoc-ext/boxes/
come from? I don't see it in the pandoc extensions (https://github.com/pandoc-ext), was hoping to check there for issues.
(sorry for accidentally closing :-)
It's a custom extension that we wrote, so unfortunately you won't find any helpful information anywhere :P Another difference could be the version of quarto you're running? I'm on 1.3.433.
ok, confirmed that the the error with block.lua does not occur using 1.3.433 on Linux; the problem seems to be with the more recent development version. I'm still having trouble rendering the pdf due to latex compliation issues, but I"ll close this issue and open another if I can't figure that out.
When I try to render the pdf (using the default _quarto.yml) I get the following error:
This is the relevant section in
boxes.lua
:I'm not familiar with the pandoc extensions so I'm not quite sure how to debug this, but I wonder if I have a different version of pandoc such that
pandoc.RawInline
is returning a Block rather than a table? (I'm using pandoc 2.9.2.1 on Linux).