-
Description
I would like to be able to use jgm/pandoc#10574, which was merged into Pandoc on January 29, 2025. The version of Pandoc shipped within the version of Quarto I am using does not seem to include this pull. I just ran How do I use a more recent version of Pandoc within Quarto? Can I get a more recent version of Pandoc by using a different Quarto version? Or can I manually upgrade it myself? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
"Release" means current stable release as stated on https://quarto.org Yes, it's possible to override the bundled version of Pandoc, but i highly suggest you don't, because you are more likely to break things than anything else.
Setting this variable to an unsupported and untested version, means you are on your own to solve the issues that will arise. This being said 1.9 prerelease i migrating to the latest version of Pandoc. |
Beta Was this translation helpful? Give feedback.
-
|
FWIW you are interested jgm/pandoc#10574 and this was merge in commit jgm/pandoc@d680ce0 which is included in pandoc 3.6.3 from what I am seeing in the repo. So using latest Quarto 1.8.27, you'll have the correct Pandoc. So it works on my side. The pandoc version bundled in Quarto does have the pull. So question is not how to change quarto version, but what did you try exactly in Quarto context ? |
Beta Was this translation helpful? Give feedback.
Oh, it looks like it is working, after all. For some reason earlier it seemed to be stripping out the
title="", and I'm not sure why.