pandoc 3.7.0.2 #10881
jgm
announced in
Announcements
pandoc 3.7.0.2
#10881
Replies: 2 comments
-
Unofficial Linux/RISC-V 64-bit ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
Docker images are available from the usual places at https://hub.docker.com/u/pandoc and https://github.com/orgs/pandoc/packages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm pleased to announce the release of pandoc 3.7.0.2,
available in the usual places:
Binary packages & changelog:
https://github.com/jgm/pandoc/releases/tag/3.7.0.2
Source & API documentation:
http://hackage.haskell.org/package/pandoc-3.7.0.2
This release fixes some regressions in grid table rendering introduced
in 3.7. There are a few other nice improvements as well; see the
changelog for details.
Thanks to all who contributed, especially new contributor GHyman83.
Click to expand changelog
RST writer:
Asciidoc writer:
LaTeX writer:
\includegraphics
(Alternative text for images from LaTeX #6095).Markdown writer:
HTML writer:
Text.Pandoc.Writers.Shared:
gridTable
: fix (3.7) regression with missing cell alignments (grid_table: alignments missing #10853).gridTable
: fix headings with colspans (grid_table: alignments lost when near cell colspan #10855). If the heading contains a colspan, we still need to include information in the header line about the colspecs.gridTable
: fix headerless tables. The top line should encode colspan information.Text.Pandoc.SelfContained:
data-
attributes in script tags (--embed-resource drops data- attributes from the script tag #10861).Lua subsystem (Albert Krewinkel):
pandoc.mediabag.make_data_uri
(ExposemakeDataUri
via Lua #10876). The function takes a MIME type and raw data from which it creates an RFC 2397 data URI.tools/update-lua-module-docs
: fix handling of wikilinks (Albert Krewinkel).doc/lua-filters.md
: add missing docs forpandoc.Caption
(Albert Krewinkel).Require texmath 0.12.10.3, typst 0.8.0.1
This discussion was created from the release pandoc 3.7.0.2.
Beta Was this translation helpful? Give feedback.
All reactions