Does quarto use the pandoc cli, or the pandoc library? #5770
-
DescriptionI am currently trying to package an updated pandoc and quarto for nixos, but I am having trouble with it. I got pandoc cli with the 3.0 library packaged, but the package still seems to try to download the older pandoc 2.1.9, with the cli and the library all in one. But that's more packaging issues for me to be resolved. Before I go further, I am wondering if quarto is calling the pandoc cli, or interacting with the pandoc library directly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
quarto calls the pandoc cli utility. |
Beta Was this translation helpful? Give feedback.
Yes. (I really recommend that you check this yourself by grabbing the tarballs..)
I wouldn't know - I don't know who maintains the nix package for quarto (it's not the quarto devs).