-
DescriptionPandoc 3.5 split out common parts of latex template into partials: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Currently Quarto 1.5 is using Pandoc 3.2, and next Quarto 1.6 will be using Pandoc 3.4. So regarding using Pandoc 3.5 new templates, this is not a concerns with current versions of Quarto. We'll probably handle the Pandoc 3.5 update for Quarto 1.7. When the time comes, we'll handle the merging of the template. Currently I can't say if Pandoc change will have such impact that it will lead to breaking change, but I am hopeful that there won't be any change in our current partial system. They would probably just used new partials. We use our own copy of template for different format, and we'll continue to do the same while following relevant Pandoc's update in the template. Anyhow, we can't say much for now as we are not currently working on this. Quarto usually has less breaking change than Pandoc and obvioulsy all effort will be made to keep features working. I'll create an issue to track this item for next version. Hope this helps |
Beta Was this translation helpful? Give feedback.
Currently Quarto 1.5 is using Pandoc 3.2, and next Quarto 1.6 will be using Pandoc 3.4. So regarding using Pandoc 3.5 new templates, this is not a concerns with current versions of Quarto.
We'll probably handle the Pandoc 3.5 update for Quarto 1.7. When the time comes, we'll handle the merging of the template. Currently I can't say if Pandoc change will have such impact that it will lead to breaking change, but I am hopeful that there won't be any change in our current partial system. They would probably just used new partials. We use our own copy of template for different format, and we'll continue to do the same while following relevant Pandoc's update in the template.
Anyhow, we can't …