pandoc 3.8.2.1 #11225
Replies: 3 comments
-
|
Unofficial Linux/RISC-V (64-bit, |
Beta Was this translation helpful? Give feedback.
-
|
Docker images for pandoc 3.8.2.1 are now available in the usual places Besides the usual base stacks Ubuntu and Alpine Linux, there is now also the option to choose Debian. This should be considered an experiment for now, but Debian might replace Ubuntu in the future. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you it worked perfectly I used it on win 11 powershell 7 with content, language=cs , and title via yacc it was necessery to double all backslashes I found it via chatgpt Thanks again good luck |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm pleased to announce the release of pandoc 3.8.2.1,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.8.2.1
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.8.2.1
This is primarily a bug-fix release. There are no API changes.
The main motivation for the release is to fix a serious performance
regression with --citeproc and the default CSL style,
chicago-author-date.csl. This style was recently revised in a way that
took much longer for citeproc to parse. This version of pandoc is
built with citeproc 0.11, which fixes the performance regression.
One new feature (added by Albert Krewinkel) is that the Org reader now
parses parameter lists on unknown blocks, and also supports dynamic
blocks.
Thanks to all who contributed, especially new contributors
Emmanuel Ferdman, FoxChillz, mourino, and priiduonu.
Beta Was this translation helpful? Give feedback.
All reactions