pandoc 3.1.12.2 #9531
jgm
announced in
Announcements
pandoc 3.1.12.2
#9531
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Click to expand changelog
Docx reader:
Markdown reader: fix regression in link parsing with wikilinks extensions (Unexpected character when converting from markdown+wikilinks_title_after_pipe #9481). This fixes a regression introduced in 3.1.12.
Org reader/writer: support admonitions (Support GFM alerts (admonitions) #9475).
Org writer: omit extra blank line at end of quote block.
Typst writer: ensure that
-
,+
, etc. are escaped at beginning of block (Pandoc can't roundtrip ODT -> Typst -> ODT, chokes on its own output #9478). Our recent relaxing of escaping (Wrapped lines shouldn't start with/
#9386) caused problems for things like emphasized-
characters that were rendered using#strong[-]#
. This now gets rendered as#strong[\-]
.LaTeX writer: fix bug when a language is specified in two different ways (lang: de-DE and lang=de don't work together for LaTeX #9472). If you used
lang: de-DE
but then had a span or div withlang=de
, the preamble would try to loadngerman
twice, leading to an error. This fix ensures that a language is only loaded once.Docx writer: Don’t copy over
footnotePr
insettings.xml
from reference.docx (Valid Word docx creates corrupted .docx when used as reference #9522).EPUB writer: omit EPUB2-specific meta tag on EPUB3 (validation errors in content.opf #9493). This caused a validation failure in epubs with cover images.
Lua: avoid crashing when an error message is not valid UTF-8 (Albert Krewinkel).
Text.Pandoc.SelfContained:
role="img"
to svgs.aria-label
to svg elements withalt
text if present. Screen readers ignorealt
attributes on svg elements but do pay attention toaria-label
(Alt Text Inaccessible in Self-Contained HTML Documents #9525).Text.Pandoc.Shared: Fix regression in section numbering in
makeSections
(New--number-sections
behavior from 3.1.12 increments counter in numbering even when.unnumbered
class is used #9516). Starting with pandoc 3.1.12, unnumbered sections incremented the section number.Text.Pandoc.Class: fix
openUrl
TLS negotiation (problem fetching remote csl style after upgrade to pandoc 3.1.12.1 #9483). With the release of TLS 2.0.0, the TLS library started requiring Extended Main Secret for the TLS handshake. This caused problems connecting to zotero’s server and others that do not support TLS 1.3. This commit relaxes this requirement.Depend on djot 0.1.1.0 (fixes rendering on multiline block attributes).
Use new releases of skylighting-format-blaze-html (HTML: No more auto-wrapping of overlong source code lines in printed media #9520). Fixes auto-wrapping of long source lines in HTML print media.
Use new commonmark-extensions (fixes issue with the
rebase_relative_paths
extension when used with commonmark/gfm.Makefile: improve epub-validation target (validation errors in content.opf #9493). Use
--epub-cover-image
to catch issues that only arise with that.This discussion was created from the release pandoc 3.1.12.2.
Beta Was this translation helpful? Give feedback.
All reactions