timeline for pandoc 3.6.1 #12141
-
DescriptionI was wondering if it is possible to get a rough approximation of when it is likely that Quarto (even pre-release) will be updated to Pandoc 3.6.1. There was a fix that is critical to my project (jgm/pandoc#2773) and would save me a lot of time in manually editing a big manuscript. Any pointers would be really helpful, thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Dependencies are updated at most once per release. You can force the use of another Pandoc version that the embedded one using the environment variable Warning Using |
Beta Was this translation helpful? Give feedback.
Dependencies are updated at most once per release.
There are too many dependencies with very different release lifecycle for the Quarto team to update them at every new releases of each.
Quarto CLI 1.7 uses Pandoc 3.4, so 1.8 is likely the version that will get a Pandoc update.
You can force the use of another Pandoc version that the embedded one using the environment variable
QUARTO_PANDOC
.Warning
Using
QUARTO_PANDOC
environment variable can lead to unexpected results (or worst).No support will be provided by the Quarto team.